Skip to main content
POST
/
customers
/
{customer_id}
/
setups
/
{payment_method_setup_id}
/
callback
Handle a setup callback
curl --request POST \
  --url https://commerce1.on-hellgate.dev/customers/{customer_id}/setups/{payment_method_setup_id}/callback \
  --header 'X-API-Key: <api-key>'
{
  "classifier": "<string>",
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Customer ID

payment_method_setup_id
string
required

Setup ID

Response

No content