List Stored Payment Methods

Retrieves all stored payment methods associated with a payer. This operation is crucial for reviewing the payment options available to a payer, enabling businesses to offer the most convenient payment method during a transaction.

Path parameters

payerIdstringRequired

The unique identifier for the payer.

Response

Stored payment methods retrieved successfully.

paymentMethodTokenstringOptional

Token representing the payment method.

typestringOptional

Type of the payment method.

identifierstringOptional

Identifier for the payment method (e.g., last 4 digits).

lastUseddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Timestamp of the last successful transaction.

createdAtdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Timestamp when the payment method was added.

Errors