Bayarcash
Bayarcash
  • Welcome
  • Bank List
    • FPX
    • DuitNow Online Banking/Wallets
  • Portal
    • Portal List
    • Create Portal
  • Payment
    • Payment Channel
    • Payment Intent
    • Payment Intent ID
  • Transaction
    • Callback
    • Transaction ID
    • All Transactions
  • Checksum
    • Checksum Validation
    • Payment Intent
    • Transaction Callback
  • Direct Debit
    • e-Mandate Enrollment
    • e-Mandate Maintenance
    • e-Mandate Termination
    • Callback
    • Mandate ID
    • Mandate Transaction ID
  • Enterprise Partner
    • Merchant Registration
    • Payout Bank List
    • Merchant Status
    • Merchant Payout ID
    • All Merchant Payouts
  • Sitelink
    • GitHub @webimpian
Powered by GitBook
On this page
  1. Enterprise Partner

Merchant Payout ID


v2 GET console.bayar.cash/api/v2/payouts/{payout_id} v3 GET api.console.bayar.cash/v3/payouts/{payout_id}


Enterprise partners are able to retrieve settlement summary for all merchants registered from their API key. Example of JSON structured response.

{
    "id": "pay_qK7gOq",
    "created_at": "2025-01-14 10:57:33",
    "merchant": {
        "id": "usr_Zz29gG",
        "name": "ABC Sdn. Bhd.",
        "email": "admin@abc.com"
    },
    "status": "Processing",
    "reference_number": "P1736823453599915",
    "split_payout": "-",
    "bank_transaction_reference_number": null,
    "amount": "1.50"
}

PreviousMerchant StatusNextAll Merchant Payouts

Last updated 4 months ago