Cards, wallets, disputes & more
International card acquiring support
To support international card acquiring, a card’s billing address now supports postal codes up to 10 characters. Additionally, the card’s issuing country will be included when retrieving information about card transactions.
Wallet adjustments
Scenarios occur where Moov may make an immediate adjustment to a wallet’s balance, such as partial chargebacks, fee adjustments, or corrections from transaction processing. Upon adjustment, you’ll get a walletTransaction.updated
webhook notification and can find the adjustment reason in the wallet transaction memo. Two endpoints have been added to retrieve further details about wallet adjustments:
- Retrieve a wallet adjustment - Gets a specific wallet adjustment
- List wallet adjustments - Lists all adjustments associated with a wallet
See our wallet documentation for more information.
Updated dispute paths
The paths for all dispute endpoints have been prefixed with /accounts/{accountID}
to scope permissions to the specified account. For example, to retrieve a list of all disputes:
/disputes
has become /accounts/{accountID}/disputes
We suggest updating all endpoints in your application as soon as possible. See our disputes API for more information.
Updated velocity limits
Velocity limits for Visa and Mastercard push to card transactions are now the following:
Limit type | Maximum limit |
---|---|
Amount | $25,000 |
1-day velocity | 150 transactions or $100,000 |
7-day velocity | 250 transactions or $250,000 |
30-day velocity | 750 transactions or 500,000 |
Updated Apple Pay scopes
Apple Pay scopes have been updated from apple-pay.write and apple-pay.read to the following:
- apple-pay-merchant.write
- apple-pay-merchant.write
Bug fixes
- Fixed an account linking bug in the payment method Drop
- Added missing
400
responses to the cards and accounts endpoint documentation