docs
  1. Customer Account Api
  2. Resources
  3. Payment
  4. Update Payment Method

Update Payment Method

Update recurring payment method

Request body

ParameterDetails
bic
  • required
  • MinLength: 1
  • MaxLength: 11
string
firstName
  • required
  • MinLength: 1
  • MaxLength: 30
string
iban
  • required
  • MinLength: 15
  • MaxLength: 34
string
isDefault
  • required
boolean
lastName
  • required
  • MinLength: 1
  • MaxLength: 50
string

Responses

200
request was successful
application/json
Success
bicrequired
string
firstNamerequired
string
ibanrequired
string
lastNamerequired
string
400
request could not be processed (invalid JSON)
Error
401
authentication failed
Error
403
Not allowed to perform this action using this token
Error
404
Not Found (route does not exist or resource not found)
Error
405
Method Not Allowed (wrong HTTP method used)
Error
406
Not Acceptable (wrong Content-Type provided)
Error
422
formal validation failure (see schema)
Error
PUT/oauth/customer/payment/bank-account

Response samples

200
Content type: application/json
Provide Feedback