Yedpay

Description (Show Transaction Status)

Show all Transactions status. (GET)

End Point

https://api.yedpay.com/v1/transactions-statuses

Response

Table Information
# Name Type Description
1 success Boolean Request Success or Fail
2 data Array List of transaction status

Success Response - data

{
    "success": true,
    "data": {
        "pending": {
            "description": "The transaction is created and await response from gateway."
        },
        "paid": {
            "description": "The transaction is paid."
        },
        "cancelled": {
            "description": "The transaction is canceled by gateway or is timeout."
        },
        "refunded": {
            "description": "The transaction is refunded by merchant."
        },
        "processing": {
            "description": "Not currently in use."
        },
        "settled": {
            "description": "The settlement request is completed."
        },
        "settlement_requested": {
            "description": "The settlement request is generated."
        },
        "in_progress_settlement": {
            "description": "The settlement is being processed."
        },
        "reverse_settlement": {
            "description": "The settlement request is generated but reversed by merchant."
        },
        "cancelled_settlement": {
            "description": "The settlement request is rejected."
        },
        "failed": {
            "description": "Transaction cannot be processed."
        },
        "approved": {
            "description": "Transaction is authorized, merchant can perform subsequent capture or reverse."
        },
        "captured": {
            "description": "Transaction is captured."
        },
        "void": {
            "description": "Transaction is voided."
        },
        "reversal": {
            "description": "Transaction is reversed."
        },
        "voiding": {
            "description": "A request was sent to gateway, but no response was received. The transaction will be voided as soon as possible."
        },
        "pending_card_decision": {
            "description": "Transaction was created successfully, and the system is waiting the final decision from terminal."
        },
        "precreated": {
            "description": "Transaction is pre-created and await for payment."
        },
        "pending_refund": {
            "description": "A refund request has been sent to gateway and await the response from gateway."
        },
        "pending_settlement": {
            "description": "The settlement request is pending."
        }
    }
}
        

Status description

Table Information
# Status Description
1 pending The transaction is created and await response from gateway.
2 paid The transaction is paid.
3 cancelled The transaction is canceled by gateway or is timeout.
4 refunded The transaction is refunded by merchant.
5 processing Not currently in use.
6 settled The settlement request is completed.
7 settlement_requested The settlement request is generated.
8 in_progress_settlement The settlement is being processed.
9 reverse_settlement The settlement request is generated but reversed by merchant.
10 cancelled_settlement The settlement request is rejected.
11 failed Transaction cannot be processed.
12 approved Transaction is authorized, merchant can perform subsequent capture or reverse.
13 captured Transaction is captured.
14 void Transaction is voided.
15 reversal Transaction is reversed.
16 voiding A request was sent to gateway, but no response was received. The transaction will be voided as soon as possible.
17 pending_card_decision Transaction was created successfully, and the system is waiting the final decision from terminal.
18 precreated Transaction is pre-created and await for payment.
19 pending_refund A refund request has been sent to gateway and await the response from gateway.
20 pending_settlement The settlement request is pending.
v1.65.2-20240326 © The Payment Cards Group Limited. All rights reserved.