Partner Top-up Account Information Inquiry

POST Partner Top-up Account Information Inquiry

POST /api/mastercard/queryTopupAccount.html

Inquire about the information of partner top-up accounts.

Request Body

{ "currency": "USDT (fixed value)", "randomStr": "abcdef1234567890" }

Request Parameters

NameTypeRequiredBase64 EncodingField NameDescription
currencystringfalsenoneCurrencyCurrency: USDT or EUR
randomStrstringtruenoneRandom stringRandom string

Example Response

200 Response

{ "accountList": [ { "name": "string", "addressName": "string", "address": "string", "BIC": "string", "postscript": "string" } ] }

Response Fields

NameTypeRequiredConstraintsField NameDescription
namestringtruenoneAccount namenone
addressNamestringtruenoneChain name, bank namenone
addressstringtruenoneReceiving address/bank account numbernone
BICstringtruenoneBICnone
postscriptstringtruenoneTransfer postscriptnone

Did this page help you?