Skip to main content
Instead of processing a bank refund or cash transfer, issue digital value directly to the customer’s Orbt wallet. Faster for the customer, simpler for your ops team.

How it works

  1. When a refund or cashback event is triggered in your system, call the Orbt wallet credit endpoint
  2. The customer’s wallet is topped up immediately
  3. They choose their preferred gift card and redeem it; no waiting for a bank transfer

Example: issue cashback after a qualifying purchase

POST /api/partner/v1/wallets/{walletId}/transactions
{
  "amount": 15.00,
  "transactionType": "CREDIT",
  "referenceId": "cashback-order-ORD-98231",
  "description": "5% cashback on order ORD-98231"
}