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
pendingstatus to the Financial Account resource to indicate when a Financial Account has been created and is in the process of opening. - Replaces the
descriptionproperty withmetadatain 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
pendingstatus provides greater visibility into Financial Account states when you’re creating accounts. - Replacing
descriptionwithmetadataallows 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.