Get purchase status This will fetch the status of a attempt.
Path Parameters
- Type: string
attempt _id requiredidentification 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-04-03T12:46:07.666Z"
}
