Get a payment method
Retrieves a payment method by its id. Only payment methods of your organization matching the live or test mode of the API key are visible; anything else returns a 404 Not Found error. The payment method exposes its details under a key named after its type (bank_transfer, card, or pac); that key is null when the resource backing the payment method is no longer available.
v2 · Base URL https://api.fintoc.com/v2Authorizations
Path Parameters
The id of the payment method to retrieve.
Response
The payment method. The type-specific details key is null when the resource backing the 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.