Skip to main content

July 14, 2026

· 4 min read

GET /payment_methods

  • the results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_month response's property type changed from string to integer for status 200 (media type: application/json)
  • the results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_year response's property type changed from string to integer for status 200 (media type: application/json)
  • removed the required property results/items/oneOf[subschema #1: MandateRead -> subschema #4: MandateRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #2: PaypalRead -> subschema #3: PaypalRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #3: OfflinePaymentRead -> subschema #5: OfflinePaymentRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #5: PayFastRead -> subschema #6: PayFastRead]/label from the response with the 200 status (media type: application/json)
  • removed the required property results/items/oneOf[subschema #6: BankAccountRead -> subschema #2: BankAccountRead]/label from the response with the 200 status (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_month became not read-only for the status 200 (media type: application/json)
  • the response required property results/items/oneOf[subschema #4: CreditCardRead -> subschema #1: CreditCardRead]/expiration_year became not read-only for the status 200 (media type: application/json)
View updated docs

PATCH /payment_methods/{id}

  • api removed without deprecation
View updated docs

GET /reports/customers.grouped/data

  • deleted the query request parameter segment
  • added the new optional query request parameter extra_customer_fields
View updated docs

POST /reports/customers.grouped/export

  • removed the request property segment (media type: application/json)
  • added the new optional request property extra_customer_fields (media type: application/json)
View updated docs

GET /reports/customers/data

  • deleted the query request parameter segment
  • added the new optional query request parameter extra_customer_fields
View updated docs

POST /reports/customers/export

  • removed the request property segment (media type: application/json)
  • added the new optional request property extra_customer_fields (media type: application/json)
View updated docs