Purchase updates.

Paypercut will send updates for given purchase. It will re-try multiple times.

Body
required
application/json
  • attempt
    Type: object · v1Attempt
Responses
  • application/json
  • application/json
Request Example for post/v1/purchase/bnpl/update
curl /v1/purchase/bnpl/update \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "attempt": {
    "attempt_id": "",
    "purchase_id": "",
    "merchant_purchase_ref": "",
    "provider_purchase_ref": "",
    "redirect_url": "",
    "provider_name": "",
    "status": "ATTEMPT_STATUS_UNSPECIFIED",
    "status_reason": ""
  }
}'
{}