v1
latestOpenAPI 3.0.02026-07-242830146.7 KBRequest
Get payment details for request
get/v2/request/{requestId}/payment-details
Path parameters
requestIdstring uuid required
ID of the initial request that was used to start the widget and create a transaction. The payment details corresponding to this request are returned in the response.
Response
Payment details successfully retrieved.
Example response
{
"partnerUserId": "user123456789",
"invoice": "PBQA2102262620TX1",
"blockchain": "ripple",
"network": "mainnet",
"depositAddress": "tvfGzgd4bUStS9gA5xUhCgg1J86TMtmGMo",
"destinationTag": "18942653",
"currencyCode": "XRP",
"assetId": "USDT-TRC20",
"amount": "0.000241"
}