POST /api/v1/IndividualPaymentMethod/{id}/iban
Please provide IndividualId as {Id}
Request
{
"accountName": "string",
"bankName": "string",
"bankStatement": "string",
"ibanNumber": "string",
"swift": "string"
}
bankStatement, keep it pending for now. This is not yet implemented.
Response
Status Codes
- Status Code 200, If all good
- Status Code 400 with Error Messages in case of Bad Input
- Status Code 500 with No Error Message in case of Server Failure