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"
Your unique identifier for the customer
"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.
["CARD", "GOOGLE_PAY", "APPLE_PAY"]
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
{
"orderId": "12345",
"customerNote": "Setup for recurring payments"
}
The status of the setup method
CREATED
, SUCCESS
, FAILED
"CREATED"
Unique identifier of the payment method if setup is completed
"pmt_ftoeKIYGC3f43frT"