2025-08-07
10 months ago by marshall
Card Issuing
Updatedcard_limit field requirements in Create Card
- Adjusted validation rules for
card_limitin Create Card API, introducing BIN-specific requirements. - Affected Endpoints:
- Create Card, request only
- Changes:
- For BINs 527735, 555071, and 555243:
card_limitis mandatory and must be ≥ 0.01. - For other BINs:
card_limitis optional; if omitted, defaults to 0; if provided, must be ≥ 0, up to two decimal places, and cannot be negative.
- For BINs 527735, 555071, and 555243:
Newtransaction_type values for account-level adjustments
- Added new types to support account-level adjustments in both API responses and reports.
- Affected Endpoints / Reports:
- List Issuing Balances Transactions, response only:
transaction_typefield - Account Transaction Report:
Transaction Typefield
- List Issuing Balances Transactions, response only:
- Changes:
- Added:
FUNDS_TRANSFER_IN,FUNDS_TRANSFER_OUT,FEE_REFUND,FEE_DEDUCTION,MARGIN_PAYMENT,MARGIN_REFUND,OTHER.
- Added:
Newtransaction_type values in Card transactions
- Added chargeback adjustment types for card-level transactions.
- Affected Endpoints:
- Retrieve Cards Transaction, response only
- List Cards Transactions, response only
- Changes:
- Added:
CHARGEBACK_DEBIT,CHARGEBACK_CREDIT.
- Added:
New Webhooks
- Introduced two webhooks to notify chargeback postings on card transactions.
- Added Webhooks:
issuing.transaction.chargeback.credit: triggered when a chargeback credit is posted to a card transaction.issuing.transaction.chargeback.debit: triggered when a chargeback debit is posted to a card transaction.
Banking
Adddeposit_reference to Deposit APIs and Webhooks
- Introduced
deposit_referenceto carry the customize reference. - Affected Endpoints:
- Retrieve Deposit, response only
- List Deposits, response only
- Webhooks:
deposit.pending,deposit.compliance.rejected,deposit.completed
- Changes:
- Add new string field
deposit_referenceto carry the customize reference.
- Add new string field
