Adds new status and consolidates error codes for money management APIsPublic preview
What’s new
This release introduces several enhancements for money management:
- Adds a new
pending
status to the Financial Account resource to indicate when a Financial Account has been created and is in the process of opening. - Replaces the
description
property withmetadata
in the Financial Account resource. - Adds additional types to the
balance_
object in the Received Credit resource.transfer - Consolidates and aligns error codes for the methods to create an outbound transfer and create an outbound payment.
Old error code | New error code |
---|---|
outbound_ | insufficient_ |
outbound_ | insufficient_ |
outbound_ | recipient_ |
outbound_ | recipient_ |
outbound_ | recipient_ |
outbound_ | recipient_ |
Impact
- The new
pending
status provides greater visibility into Financial Account states when you’re creating accounts. - Replacing
description
withmetadata
allows you to associate more powerful, structured data with Financial Accounts. - Consolidating error codes across the methods to create an outbound transfer and create an outbound payment simplifies error management for your integration.