v1

latestOpenAPI 3.0.02026-07-24440173.4 KB
Payments

Get payment details

Get the details of a payment by its paymentId.

get/v3/payments/{paymentId}

Path parameters

paymentIdstring required

Unique identifier of the payment you want to retrieve.

Response

Successful response with payment details

IsSuccessboolean

Indicates if the request was successful.

Messagestring

Response message associated with the request.

ValidationErrorsobject[]

A model that contains two keys "Name" and "Error". This is used to indicate the validation result for all parameters you have sent in your request. This can have one or more items based on the invalid parameter count.