Handled as success case - therefore, will not be retried.
Handled as a failure, and will be retried later. It will be retried in intervals of 3, 6 and 9 seconds until giving up. If it cannot be delivered, the merchant is advised to use the session records API to fetch the latest status of the transaction.
Handled as a failure, and will be retried later. It will be retried in intervals of 3, 6 and 9 seconds until giving up. If it cannot be delivered, the merchant is advised to use the session records API to fetch the latest status of the transaction.
{- "session_id": "string",
- "transaction_id": "string",
- "partner_transaction_id": "string",
- "shop_buyer_id": "string",
- "session_status": "CREATED",
- "decline_reasons": {
- "category": "string",
- "reasons": [
- "string"
]
}, - "created_date": "string",
- "updated_date": "string"
}