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