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.
Authorizations
Path parameters
paymentIdstring ยท uuidrequired
ID of the payment to submit.
Body
depositCurrencystring ยท enumrequired
Cryptocurrency that should be used for the deposit.
Available options:
networkstring ยท enumrequired
Cryptocurrency network on which the deposit will be received.
Available options:
displayCurrencystring ยท enumoptional
Fiat currency, if not provided on payment creation.
Available options:
displayAmountstringoptional
Amount in displayCurrency, if not provided on payment creation.