post https://example.com/api/payments/v1
Log in to see full request history
Responses
202Accepted
401Unauthorized
202Accepted
401Unauthorized
xxxxxxxxxx
curl --request POST \
--url https://example.com/api/payments/v1 \
--header 'content-type: application/json' \
--data '
{
"paymentMethodId": "1"
}
'
Try It!
to start a request and see the response here!