July 13, 2026
· 2 min read
GET /payment_methods
- the
results/items/oneOf[subschema #4: CreditCardRead]/expiration_monthresponse's propertytypechanged fromintegertostringfor status200(media type: application/json) - the
results/items/oneOf[subschema #4: CreditCardRead]/expiration_yearresponse's propertytypechanged fromintegertostringfor status200(media type: application/json) - added the required property
results/items/oneOf[subschema #1: PaypalRead -> subschema #2: PaypalRead]/labelto the response with the200status (media type: application/json) - added the required property
results/items/oneOf[subschema #2: MandateRead -> subschema #1: MandateRead]/labelto the response with the200status (media type: application/json) - added the required property
results/items/oneOf[subschema #3: BankAccountRead -> subschema #6: BankAccountRead]/labelto the response with the200status (media type: application/json) - added the required property
results/items/oneOf[subschema #4: CreditCardRead]/labelto the response with the200status (media type: application/json) - added the required property
results/items/oneOf[subschema #5: PayFastRead]/labelto the response with the200status (media type: application/json) - added the required property
results/items/oneOf[subschema #6: OfflinePaymentRead -> subschema #3: OfflinePaymentRead]/labelto the response with the200status (media type: application/json) - the response required property
results/items/oneOf[subschema #4: CreditCardRead]/expiration_monthbecame read-only for the status200(media type: application/json) - the response required property
results/items/oneOf[subschema #4: CreditCardRead]/expiration_yearbecame read-only for the status200(media type: application/json)
PATCH /payment_methods/{id}
- endpoint added