Store bank account data for a specific buyer. Currently, only one bank account can be stored per buyer. Subsequent calls to that endpoint for the same buyer will overwrite existing bank account data.
Authorization required | string For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. |
Content-Type required | string Example: application/json |
bank account data
bank account stored
data must contain IBAN and owner
partner profile id doesn't belong to the asking shop
Method not allowed
Data format not supported (JSON only)
Request entity too large
Unsupported content type
Invalid IBAN or BIC
Internal server error. Try again later.
{- "owner": "Jane Doe",
- "iban": "DE07 1234 1234 1234 1234 12",
- "bic": "MARKDEFFXXX"
}
{- "bank_account_reference": "269b5bfb-7617-4ba6-9adc-a6abf4d0c8d4"
}