Prepaid Card Withdrawal (cash‑out)

This document details the sequence of API calls required to perform a withdrawal from a prepaid card balance.

This flow covers prepaid card withdrawals. It uses a generic API capable of both debiting and crediting the card balance. The transaction type is determined by the "code" field in the request body, which specifies whether the operation is a debit or a credit.

Prepaid Card Withdrawal (cash‑out) Run in Postman

Prepaid Card Withdrawal (cash‑out)

Prepaid Card Withdrawal (cash‑out)

User
User
Issuer App
Issuer App
Issuer Middleware
Issuer Middleware
Network
Network
Login Get list of cards GET /cards/search Return response HTTP 200 Forward response Show user list of cards 1. Select card 2. Request withdraw (cash‑out) 3. Select account to be credited Forward request Debit transaction POST /cards/{id}/transaction Return response HTTP 200 Credit cardholder account Forward response Forward response