Create Payment Method
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
customerId
string
required
type
const
enum
required
CARD
Allowed:
CARD
usage
const
enum
required
OFF_SESSION
Allowed:
OFF_SESSION
metadata
object | null
metadataobject | null
``201 The newly created payment method
Updated 3 months ago
ShellNodeRubyPHPPython
Base URL
https://api.superpayments.com/2026-04-01/payment-methods
xxxxxxxxxx
curl --request POST \
--url https://api.superpayments.com/2026-04-01/payment-methods \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "CARD",
"usage": "OFF_SESSION"
}
'
application/json
``201
Updated3 months ago