Skip to main content
GET
Payments - Payment Methods List

Authorizations

Authorization
string
header
required

Format: publishable-key=<publishable-key>,client-secret=<client-secret>

Publishable keys are a type of keys that can be public and have limited scope of usage. Client Secret provide temporary access to singular data, such as access to a single customer object for a short period of time. This authentication scheme is used by the SDK.

Headers

X-Profile-Id
string
required

Profile ID associated to the payment intent

Path Parameters

id
string
required

The global payment id

Response

Get the payment methods

payment_methods_enabled
(card · object | bank · object)[]
required

The list of payment methods that are enabled for the business profile

customer_payment_methods
object[] | null

The list of payment methods that are saved by the given customer This field is only returned if the customer_id is provided in the request