Return Payments

Initiate transaction return

post
Path parameters
customerIdstringRequired
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Body
paymentIdstring · uuidRequired

Payment id of the inbound transaction to be returned

idempotencyKeystring · uuidRequired
returnReasonstring · enumRequired

Reason for initiating the return

Possible values:
returnExplanationstring · max: 500 · nullableOptional

Optional human-readable explanation for the return

externalReferencestring · uuidOptional

Reference identifier provided by partner.

Example: ae588135-0391-42a8-a4e4-e8e7645fa707
Responses
chevron-right
200

Returns transfer response for the initiated return

application/json
paymentIdstring · uuidRequired

Unique identifier of the payment

Example: 1489dd60-aa06-48a6-a267-e7d4a9a84200
processingStatestring · enumRequired

Processing state of the payment

Example: SUCCESSPossible values:
createdOnstring · date-timeRequired

Timestamp when the payment was created

initiationRequestone ofRequired

Original request payload that initiated the payment

or
or
or
post
/v1/partner/payments/customers/{customerId}/payments/return

Last updated

Was this helpful?