HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.191.0 release notes

  1. New features
    1. Added an optional partnerId filter (filter[partnerId]) to GET /resources/receipts/v2.0 and GET /resources/invoices/v1.0. Use it to scope results to documents issued by a specific partner.
    2. Added a partnerId field to Receipt and Invoice responses on GET /resources/receipts/v2.0, GET /resources/invoices/v1.0, and GET /resources/invoices/v1.0/{invoice}. Returned when the document was issued by a partner.
    3. Added a registrationTransactionId field to Payment Method responses on GET /resources/users/v1.0/{user}/payment-methods and GET /resources/users/v1.0/{user}/payment-methods/{paymentMethodId}. Returned when the payment method was registered as part of a transaction.
    4. Added an optional options.accessPolicyId property to POST /resources/partner-invites/v1.0 and PATCH /resources/partner-invites/v1.0/{partnerInvite}, and surfaced the same property on Partner Invite responses when set. Available when the access-policy partner-invite capability is enabled.
  2. 🔧 Improvements
    1. The description property on the Issues request body (POST /resources/issues/v1.0/ and PATCH /resources/issues/v1.0/{issue}) now accepts null in addition to being omitted. Issue responses omit description instead of returning null when the issue has no description.