Payments

Find payment's supported payment methods

Retrieve a list of supported payment methods for a given Payment by its ID. Deprecated in favor of /checkout-details endpoint.

get/payments/{id}/supported-payment-methods

Path parameters

idstring required

Response

OK

supportedPaymentMethodsstring[] required

Array of supported payment methods for this payment

Example response

{
  "supportedPaymentMethods": [
    "card",
    "paypal"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.