Captures a payment for the session after authorization
cURL
curl --request POST \ --url https://api.toffeepay.com/v1/payments/{id}/complete \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type CompletePaymentResponse · object.
CompletePaymentResponse · object