v0.0.43
3 months ago by Orestis Charalampakos
Withdrawals & Spend Accounts APIs
- Added
withdrawCashBalancemutation withMAKE_WITHDRAWALscope requirement - Added
WithdrawMethodsenum supportingPAYPAL,BANK_ACH,BANK_CARD, andVENMOmethods - Added
WithdrawSourceenum supportingCASH_BALANCEandREWARDS_BALANCEsources - Added
WithdrawCashBalanceInputinput type with idempotency support viaidempotencyKey - Added
Withdrawresponse type with full withdrawal record details including fees, status, and timestamps - Added
WithdrawCashBalanceResponsetype returning withdrawal records and updated user balances - Integrated with payout-service for withdrawal processing
- Added
transferUserCashBalancemutation withMAKE_INTERNAL_TRANSFERscope requirement - Added
TransferInternalBalanceInputinput type with idempotency support viaidempotencyKey - Added
TransferInternalBalanceResponsetype returning transfer-related deposit & withdrawal records - Integrated with payout-service for internal balance transfer processing
- Added
userCashBalanceIdtoEditVirtualCardInputto enable the change of the funding source to a specified spend account viaeditVirtualCardmutation - Added
userCashBalanceIdstoTransactionFilterInputto enable filtering transactions by specified spend accounts viagetTransactionsquery - Added
userCashBalanceIdtogetGiftCardsquery to enable filtering gift cards by a specified spend account - Added
updateUserCashBalancemutation withMANAGE_PAYMENTscope requirement - Added
UpdateUserCashBalanceInputinput type - Added
closeUserCashBalancemutation withMANAGE_PAYMENTscope requirement - Added
CloseUserCashBalanceInputinput type with idempotency support viaidempotencyKey - Added
CloseUserCashBalanceFundingSourcetype containing funding source-related info - Added
CloseUserCashBalanceResponsetype returning closed spend account-related records - Added
ClosedUserCashBalancetype returning closed spend account record - Added
CloseUserCashBalanceResponseVirtualCardtype returning a virtual card affected by the spend account closure - Added application action logging for audit trail
