| Value | Constant | Description |
|---|---|---|
0 | payin | Collection / incoming payment |
1 | payout | Disbursement / outgoing payment |
type.| Value | Constant | Description |
|---|---|---|
0 | payin | Payin callback |
1 | payout | Payout callback |
2 | refund | Refund callback |
3 | exchange | Exchange callback |
4 | chargeback | Chargeback callback |
5 | vcard | Virtual card callback |
6 | pcard | Physical card callback |
| Value | Constant | Description |
|---|---|---|
1 | pending | Pending payment |
2 | paid | Paid; typically payout succeeded |
3 | failed | Processing failed |
4 | timeout | Processing timed out |
5 | unliquidated | Payin succeeded and is awaiting settlement |
6 | statement | Settlement statement confirmed |
7 | refunded | Fully refunded |
8 | partially_refunded | Partially refunded |
9 | refunding | Refund in progress |
10 | audit_pending | Exchange order awaiting review |
11 | audit_approved | Exchange order approved |
12 | audit_rejected | Exchange order rejected |
13 | exchange_completed | Exchange order completed |
14 | exchange_cancelled | Exchange order cancelled |
17 | settled | Settled |
18 | accounting_hold | Accounting review because upstream amount evidence is missing or inconsistent |
19 | reversed | Fully reversed by the upstream provider; distinct from refund and chargeback |
15 is not defined.Formal dispute and Dispute Alert enums are documented in Dispute Management / Dispute Enums.
| Value | Description | API Version |
|---|---|---|
USD | United States Dollar | v4 |
INR | Indian Rupee | v4 |
| Value | Description | API Version |
|---|---|---|
INR | Indian Rupee | v2 |
| Code | Constant |
|---|---|
880001 | success |
880002 | bad_request |
880003 | database_error |
880004 | remote_error |
880005 | insufficient_balance |
880006 | invalid_transaction_type |
880007 | inner_error |
880008 | order_failed |
880009 | freeze_payout_amount_failed |
880010 | backend_success |
880011 | unauthorized |
880012 | order_already_exists |
880013 | internal_error |
880014 | all_channel_failed |
880015 | break_amount_rule |
880016 | channel_config_error |
880017 | user_risk_control_failed |
880018 | card_failure_limit_exceeded |
880019 | account_limit_exceeded |
880020 | daily_amount_limit_exceeded |
880021 | daily_count_limit_exceeded |
880022 | quota_limit_exceeded |
880023 | channel_quota_limit_exceeded |
880024 | no_channel_available |
880025 | merchant_fee_config_missing |
880026 | channel_fee_config_missing |
880027 | checkout_session_invalid |
880028 | checkout_session_expired |
880029 | checkout_order_timed_out |
880030 | checkout_session_blocked |
880031 | checkout_order_completed |
880032 | checkout_temporary_unavailable |
880033 | checkout_redirect_invalid |
880034 | checkout_attempt_stale |
880035 | channel_not_supported |
880036 | merchant_checkout_payment_methods_missing |
880037 | merchant_payin_mode_not_allowed |