For the complete documentation index, see llms.txt. This page is also available as Markdown.

Payment Details with ID

Get payment

get
Path parameters
paymentIdstringRequired
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

Responses
200

Returns payment for given payment id

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:
failureReasonstring · enum · nullableOptional

Details of the payment failure

Example: AML_BLOCKED_OUTBOUND_TRANSFERPossible values:
createdOnstring · date-timeRequired

Timestamp when the payment was created

initiationRequestone ofRequired

Original request payload that initiated the payment

or
or
or
get/v1/partner/payments/{paymentId}

Last updated

Was this helpful?