Auto receive funds
Automatically receive and convert funds from other countries and currencies
Funding Accounts
const bodyJSON = {
variables: {
input: {
currencies: ["EUR","USD","HKD","CNY"],
},
},
query: `
query ($input: FundingAccountQueryInput!) {
fundingAccounts(input: $input) {
iban accountNo accountName accountAddress bic currency externalReference
}
}`,
}; query($input: FundingAccountQueryInput!) {
fundingAccounts(input: $input) {
iban
accountNo
accountName
accountAddress
bic
currency
externalReference
}
}Last updated
Was this helpful?