List payment methods
Lists the payment methods of your organization for the mode (live or test) of the API key used, sorted by most recently created first. Use customer to narrow the list to a single customer, and the cursor parameters (starting_after, ending_before) together with limit to paginate. The Link response header contains the URL of the next page. Each payment method exposes its details under a key named after its type (bank_transfer, card, or pac).
v2 · Base URL https://api.fintoc.com/v2Authorizations
Query Parameters
Unique identifier of the customer that owns the payment methods. If present, the response only includes payment methods that belong to this customer.
Pagination cursor. The id of a payment method; the response contains the page of more recent payment methods, the ones listed before the cursor. Cannot be combined with starting_after.
Maximum number of payment methods to return per page, up to 300. Defaults to 30.
Pagination cursor. The id of a payment method; the response contains the page of older payment methods, the ones listed after the cursor. Cannot be combined with ending_before.
Response
List of payment methods for the current mode, sorted by most recently created first. The type-specific details key is null when the resource backing a payment method is no longer available.
- Option 1
- Option 2
- Option 3
A payment method represents a customer's stored payment instrument, ready to be charged without the customer going through the full authorization flow again. The shape of the object depends on its type: the type-specific details live under a key named after the type (bank_transfer, card, or pac).
Unique identifier of the payment method.
"pm_1zXcVbNmAsDfGhJk"
Type of the object. Always payment_method.
Details of the linked bank account that pays the transfers. null when the linked account backing the payment method is no longer available.
ISO 8601 timestamp of when the payment method was created.
"2026-01-15T14:30:00.000Z"
Unique identifier of the customer the payment method belongs to.
"cus_oVgVqlnK0PdmGirH"
Mode of the payment method. live payment methods charge real money; test payment methods use fake data for integration testing.
live, test "live"
Type of the payment method. Always bank_transfer.