Skip to main content
GET
Retrieve Enrolled Payment Methods
Get the list of payment methods the user has enrolled.
Instruments vaulted by an Apple Pay or Google Pay CIT (vault_on_success: true) are intentionally not included in this list. The vaulted_token is returned only in the CIT payment response, so store it on your side. A stored wallet token can still be resolved with Retrieve Enrolled Payment Method by ID. See Stored credentials.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Path Parameters

customer_id
string
required

The unique identifier of the customer, created using the Create Customer endpoint (MAX 64; MIN 36).

Response

200

payment_methods
object[]