Skip to main content
GET
/
billing
/
payment_methods
/
Get payment methods
curl --request GET \
  --url https://api-v2.missioninbox.com/billing/payment_methods/ \
  --header 'Authorization: Basic <encoded-value>'
{
  "payment_methods": [
    {}
  ],
  "default_payment_method": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

payment_methods
object[]
required
default_payment_method
object | null
required