πAdd payment details
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 Β· enumRequiredPossible values:
Cryptocurrency that should be used for the deposit.
networkstring Β· enumRequiredPossible values:
Cryptocurrency network on which the deposit will be received.
displayCurrencystring Β· enumOptionalPossible values:
Fiat currency, if not provided on payment creation.
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