IS Pay Bridge
Accepts requests from upstream partners (zap pay, abc pay, …), signs them per the IS Pay spec, forwards to the sandbox, and records every call.
How partners call the bridge
POST /api/public/bridge/{operation}
Headers:
Content-Type: application/json
x-partner-key: <partner key issued by you>
Body: JSON payload for the operationThe bridge stamps merchantId, timestamp, nonce, and the MD5 sign using the configured IS Pay credentials before forwarding.
Available operations (21)
Card products
list_card_productsQuery all card products
GET /vcc/api/v1/cards/products/all
Cardholder
create_card_holderCreate a cardholder
POST /vcc/api/v1/cards/holders/createquery_card_holderQuery cardholder info
POST /vcc/api/v1/cards/holders/querylist_card_holdersList cardholders
POST /vcc/api/v1/cards/holders/listupdate_card_holderUpdate cardholder
POST /vcc/api/v1/cards/holders/update
Card issuance
create_virtual_cardCreate a virtual card
POST /vcc/api/v1/cards/createassign_physical_cardAssign a physical card
POST /vcc/api/v1/cards/assignactivate_physical_cardActivate a physical card
POST /vcc/api/v1/cards/activatequery_card_infoQuery card details
POST /vcc/api/v1/cards/infoquery_card_orderQuery card order
POST /vcc/api/v1/cards/orderquery_card_sensitiveQuery card sensitive info
POST /vcc/api/v1/cards/sensitiverecharge_cardRecharge card
POST /vcc/api/v1/cards/rechargewithdraw_cardWithdraw from card
POST /vcc/api/v1/cards/withdrawupdate_card_settingsUpdate card configuration
POST /vcc/api/v1/cards/update-settingsupdate_card_statusUpdate card status
PUT /vcc/api/v1/cards/statusreset_card_pinReset card PIN
PUT /vcc/api/v1/cards/resetPin
Transactions
list_transactionsList transactions
GET /vcc/api/v1/cards/transactions/listquery_transaction_by_orderQuery transaction by order ID
GET /vcc/api/v1/cards/transactions/ordersimulate_authorizationSimulate authorization (sandbox)
POST /vcc/api/v1/cards/transactions/simulateAuthorizationsimulate_reversalSimulate reversal (sandbox)
POST /vcc/api/v1/cards/transactions/simulateReversal
Account
query_account_balanceQuery account balance
POST /vcc/api/v1/account/balance