Cancel purchase attempt.

Cancels an attempt that has not been captured yet (for example when status is ATTEMPT_STATUS_AUTHORIZED). Use this to void an authorized attempt before fulfillment.

Path Parameters
  • attempt_id
    Type: string
    required
Responses
  • application/json
  • application/json
Request Example for post/v1/bnpl/attempt/{attempt_id}/cancel
curl '/v1/bnpl/attempt/{attempt_id}/cancel' \
  --request POST
{
  "attempt_id": "string"
}