Secured Credit Card issuance
This is a step by step tutorial on how you can use Zūm Rails to complete card onboarding and card issuance for Secured Credit Card.
Guide
2
4
Security Deposit
Fund Zūm Wallet
Endpoint: /api/transaction
Method: POST{
"ZumRailsType": "FundWallet",
"TransactionMethod": "Eft",
"Amount": 123.45,
"Memo": "Fund 01",
"Comment": "Funding Zum Wallet for weekly loan disbursements",
"FundingSourceId": "<your-funding-source-id>",
"WalletId": "<your-wallet-id>"
}Last updated
Was this helpful?


