shingz96

Update payment info

Aug 5th, 2020 (edited)
2,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.32 KB | None | 0 0
  1. {
  2.     "reseller_bank_accounts": [
  3.         {
  4.             "bank_id": 1,
  5.             "account_no": "123",
  6.             "account_holders_name": "Me"
  7.         },
  8.         {
  9.             "bank_id": 2,
  10.             "account_no": "12345",
  11.             "account_holders_name": "Me",
  12.             "is_default": true
  13.         }
  14.     ]
  15. }
Add Comment
Please, Sign In to add comment