Get Setup Method
Get details of a setup method
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Unique identifier of the setup method
Response
Setup Method details retrieved successfully
Unique identifier of the setup method
"sm_sK8d3Jq1tZxPjYVhRQW2rf"
The unique identifier for the customer, generated via the create-customer API
"cus_Tfd3Jq1tZxPjYVhRQW2r3"
Three letter abbreviation of the currency
"USD"
List of payment methods enabled for setup.
💡 If a selected payment method is unavailable, the system will automatically fallback to card payments to ensure a smooth checkout experience.
The unique identifier for your storefront
"sf_sK8d3Jq1tZxPjYVhRQW2rf"
The URL we will callback to once the setup is complete
"https://example.com/callback"
A collection of key-value pairs that were provided when the object was created
The status of the setup method
CREATED, SUCCESS, FAILED "CREATED"
Unique identifier of the payment method if setup is completed
"pmt_ftoeKIYGC3f43frT"
Unique identifier of the successful payment intent created while setting up the payment method token. Present only when amount is passed during setup creation.
"in_ftoeKIYGC3f43frX"
Your identifier for the order. Present only when provided during setup method creation.
"recp_123311"