Update IBAN Payment Method

PUT ​/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

Delete Payment Method

DELETE ​/api​/v1​/IndividualPaymentMethod​/{id}​/{cardOrIbanNumber}

provide Card or IBAN Value value inside {cardOrIbanNumber}

provide IndividualId inside {id}

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

Powered by BetterDocs