πŸ”’Add payment details

In case you'd like to spin off your own UI, this endpoint allows you to submit the details from the end-user for the initiated deposit request. The end-user will be required to choose a depositCurrency

Submit crypto payment

patch

If you are using our payment URL supplied as a response of "Request payment" request, you'll not need to run this request. It will be handled by our hosted checkout application.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

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

Path parameters
paymentIdstring Β· uuidRequired

ID of the payment to submit.

Body
depositCurrencystring Β· enumRequired

Cryptocurrency that should be used for the deposit.

Possible values:
networkstring Β· enumRequired

Cryptocurrency network on which the deposit will be received.

Possible values:
displayCurrencystring Β· enumOptional

Fiat currency, if not provided on payment creation.

Possible values:
displayAmountstringOptional

Amount in displayCurrency, if not provided on payment creation.

Responses
200

Returns the submitted payment.

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

Returns the submitted payment.

Last updated