Withdraw-BankTransfer-v3-examples: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "= Domestic HUF transfer, format: GIRO = { "Amount": 1000, "Currency": "HUF", "Comment": "Bank transfer comment, max length is 90", "BankAccount":{ "Ac...")
(No difference)

Revision as of 10:39, 2 June 2022

Domestic HUF transfer, format: GIRO

{
   "Amount": 1000,
   "Currency": "HUF",
   "Comment": "Bank transfer comment, max length is 90",
   "BankAccount":{
       "AccountNumber": "117730161111101800000000", 
       "Country": "Hun",
       "Format": "GIRO",
   }
   "Recipient": {
       "Name" : "name"
   }
}

Domestic CZK transfer, format: Czech

{
   "Amount": 1,
   "Currency": "CZK",
   "Comment": "Bank transfer comment, max length is 90",
   "BankAccount":{
       "AccountNumber": "000000-1651063018/3030", 
       "Country": "cze",
       "Format": "Czech",
   }
   "Recipient": {
       "Name" : "name"
   }
}

Foreign HUF transfer, format: other

Foreign HUF transfer, format: other