Purchase updates.
Paypercut will send updates for given purchase. It will re-try multiple times.
Body
required
application/json
- Type: object · v1Attempt
attempt
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": ""
}
}'
{}
