Weavr platform updates
PDF statements rendered in your end customer's timezone, online and wallet payments that continue through a physical cardPhysical CardA payment card that is printed or embedded in wearables and sent to customers directly. Physical cards are created by first creating a virtual card and then upgrading it to a physical card. They are sent in an inactive state and must be activated by the card assignee before first use. renewal, and fixes to KYBKYB (Know Your Business). Know Your Business - the identity verification process for corporate customers. This process allows you to securely verify your business customer's identity. Weavr asks users to submit the information and documentation they need for approval by financial providers. runs and card refunds.
PDF statements
Two new endpoints return a statement as a PDF: GET /managed_accounts/{id}/statement/pdf and GET /managed_cards/{id}/statement/pdf.
- Pass an IANA
timezone, such asEurope/Rome, to render every date and time in your end customer's timezone. The PDF states which timezone it uses, and defaults toUTC. startPeriodandendPeriodareyyyy-MM-dddates, resolved to local midnight in that timezone.- The PDF contains every entry in the period rather than a single page. A period longer than 12 months, or containing more than 5,000 entries, returns a
400.
Requesting the existing statement endpoints with Accept: application/pdf is deprecated but continues to work. The JSON response isn't deprecated.
Online and wallet payments continue through a card renewal
When a physical cardPhysical CardA payment card that is printed or embedded in wearables and sent to customers directly. Physical cards are created by first creating a virtual card and then upgrading it to a physical card. They are sent in an inactive state and must be activated by the card assignee before first use. is renewed and the old card reaches its expiry date before the new card is activated, we now restrict the card to virtual usage with the renewed details instead of leaving it unusable. Online and wallet payments keep working, and activating the new card restores full usage.
This needs no changes to your integration.
One KYB run per regulatory financial institution
Each corporate now has a single KYBKYB (Know Your Business). Know Your Business - the identity verification process for corporate customers. This process allows you to securely verify your business customer's identity. Weavr asks users to submit the information and documentation they need for approval by financial providers. run per regulatory financial institution in kybRuns[]. Starting KYBKYB (Know Your Business). Know Your Business - the identity verification process for corporate customers. This process allows you to securely verify your business customer's identity. Weavr asks users to submit the information and documentation they need for approval by financial providers. again before approval, or after a rejection, reuses that run, and re-opens it if it was canceled, instead of creating a new one. Provider events no longer create additional runs.
Every run has a runType of INITIAL_ONBOARDING. REFRESH isn't currently returned.
Refunds linked to the original purchase
Merchant refunds that arrive separately from the purchase they refund now carry relatedCardPaymentId, pointing to that purchase. If we can't identify the original purchase with confidence, the refund isn't linked.