Detail of Bank
{
"id": string,
"name": string,
"image": string,
"region": string
}
{
"id": "430",
"name": "ABN Amro",
"image": "abn-amro.png",
"region": "NL"
}
Bank Object
| Field | description | type |
|---|---|---|
| id | Bank ID | string |
| name | Merchant name | string |
| image | Image name | string |
| region | Country of Bank (ISO Code) | string |
All images can be found at: https://assets.obvious21.com/banks/{image}
