v1
latestOpenAPI 3.0.1MIT2026-07-26336777.7 KBGet details of a setup method
get/setup-method/{setupMethodId}
Path parameters
setupMethodIdstring required
Unique identifier of the setup method
Response
Setup Method details retrieved successfully
Example response
{
"setupMethodId": "sm_sK8d3Jq1tZxPjYVhRQW2rf",
"customerId": "cus_Tfd3Jq1tZxPjYVhRQW2r3",
"currency": "USD",
"paymentMethods": [
"CARD",
"GOOGLE_PAY",
"APPLE_PAY"
],
"storeFrontId": "sf_sK8d3Jq1tZxPjYVhRQW2rf",
"callbackUrl": "https://example.com/callback",
"metadata": {
"orderId": "12345",
"customerNote": "Setup for recurring payments"
},
"status": "CREATED",
"pmId": "pmt_ftoeKIYGC3f43frT",
"intentId": "in_ftoeKIYGC3f43frX",
"receiptId": "recp_123311"
}