Get purchase attempt status.

Returns the current status of a purchase attempt, including redirect URL and provider details.

Path Parameters
  • attempt_id
    Type: string
    required

    identification of the purchase within the paypercut system

Responses
  • application/json
  • application/json
Request Example for get/v1/bnpl/attempt/{attempt_id}/status
curl '/v1/bnpl/attempt/{attempt_id}/status'
{
  "attempt": {
    "attempt_id": "string",
    "purchase_id": "string",
    "merchant_purchase_ref": "string",
    "provider_purchase_ref": "string",
    "redirect_url": "string",
    "provider_name": "string",
    "status": "ATTEMPT_STATUS_UNSPECIFIED",
    "status_reason": "string"
  },
  "created_at": "2026-07-08T08:02:27.751Z"
}