v1

latestOpenAPI 3.0.02026-07-242830146.7 KB
Request

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.

partnerUserIdstring

The customers' unique ID in your system, used to link the request to the user account in the Paybis system.

invoicestring

The unique transaction ID generated by the Paybis system.

blockchainstring

The name of the blockchain on which the payment should be made.

networkstring

Blockchain network name.

depositAddressstring

Destination wallet address to which the payment should be made.

destinationTagstring

An optional tag/memo required for transactions with the given cryptocurrency.

currencyCodestring

Cryptocurrency code.

assetIdstring

Crypto currency asset id.

amountstring

The amount of cryptocurrency to be transferred to the depositAddress.

Example response

{
  "partnerUserId": "user123456789",
  "invoice": "PBQA2102262620TX1",
  "blockchain": "ripple",
  "network": "mainnet",
  "depositAddress": "tvfGzgd4bUStS9gA5xUhCgg1J86TMtmGMo",
  "destinationTag": "18942653",
  "currencyCode": "XRP",
  "assetId": "USDT-TRC20",
  "amount": "0.000241"
}