post https://example.com/v2/payment/auth
Authorizes a payment
Log in to see full request history
Responses
Authorizes a payment
xxxxxxxxxx
12curl --request POST \
--url https://example.com/v2/payment/auth \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"external_account_id": null,
"customer_account": {
"is_logged_in": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: