Skip to content

payments_v1_payment-methods_create

POST
/payments/v1/payment-methods/
curl --request POST \
--url https://api.nudova.dev/api/payments/v1/payment-methods/ \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "payment_method_id": "example" }'
Media typeapplication/json
object
payment_method_id
required
Payment method id

Stripe payment method ID from confirmed SetupIntent

string
>= 1 characters <= 255 characters
Examplegenerated
{
"payment_method_id": "example"
}
Media typeapplication/json
object
payment_method_id
required
Payment method id

Stripe payment method ID from confirmed SetupIntent

string
>= 1 characters <= 255 characters
Examplegenerated
{
"payment_method_id": "example"
}