Update Payment Method
Update recurring payment method
Request body
Parameter | Details |
---|---|
bic
| string |
firstName
| string |
iban
| string |
isDefault
| boolean |
lastName
| 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
Response samples
200Content type: application/json