Bank transfers (Bank details)

For example Local bank transfers in Latam will return the full info of the bank account to which the end user will be required to transfer the funds to, we will return all relevant fields in the response and you must include them in your UX.
Similar user expirence can be seen by our "System Wires" payment method which will return similar banking details for your users to deposit the funds to.

Response Example
 TransType=0&
 Reply=001&
 TransID=13224&
 Date=27/11/2022 09:28:08&
 Order=&
 Amount=60.00&
 Payments=1&
 Currency=42&
 ConfirmationNum=1024004463&
 Comment=&
 ReplyDesc=No details&
 CCType=LBTS&
 Descriptor=&
 RecurringSeries=&
 Last4=&
 ccStorageID=&
 Source=HPP&
 WalletID=&
 bankdata=%7B%22bank%5Fname%22%3A%22ICBC%22%2C%22account%5Ftype%22%3A%22Checking%22%2C%22account%5Fnumber%22%3A%220150525202000108443082%22%2C%22account%5Fname%22%3A%22LOCALPAYMENT+SRL%22%2C%22referenceCode%22%3A%221024004463%22%7D&
 signType=SHA256&
 signature=BQw5AQe1QBtsMnjKmNsTxfj51jTzcX6ddVCn2nvbr2o%3D
                        

Bank data decoded

Once you decode the bank data field you will recieve the banking details to which your user will need to deposit the funds to, be sure to present the information in a clear way to simplify the experience to your users.

Code Example
 {"bank_name":"ICBC",
 "account_type":"Checking",
 "account_number":"0150525202000108443082",
 "account_name":"ACCOUNT+SRL",
 "referenceCode":"1024004463"}