πŸ”’Get payment data

Fetch payment by ID

get

Fetch payment by ID. The payment ID is provided in the response of POST /payments.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

^FRX-API api-key=[^,]+,signature=[^,]+,timestamp=[\d]+$

Path parameters
paymentIdstring Β· uuidRequired

The payment ID to search by.

Responses
200

Returns the payment with the specified ID.

application/json
get
/api/v1/payments/{paymentId}
200

Returns the payment with the specified ID.

Last updated