Skip to content

Commit

Permalink
Create order_status_success
Browse files Browse the repository at this point in the history
amazonpay order status - success response
  • Loading branch information
prabu-juspay authored Sep 24, 2024
1 parent 0c3d6f2 commit f46e130
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions APB/order_status_success
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"payment_method": "AMAZONPAY",
"customer_phone": null,
"payment_gateway_response": {
"auth_ref_num": null,
"network_error_message": null,
"txn_id": "123-1",
"rrn": "NA",
"auth_id_code": "NA",
"resp_message": "Completed",
"epg_txn_id": "asdfes6615835",
"gateway_merchant_id": null,
"resp_code": "Completed",
"created": "2024-01-01T10:39:10Z",
"eci": null,
"network_error_code": null,
"arn": null
},
"udf8": "",
"txn_id": "123-1",
"order_id": "123",
"gateway_reference_id": null,
"maximum_eligible_refund_amount": 395,
"udf9": "",
"txn_detail": {
"txn_id": "123-1",
"order_id": "123",
"error_code": null,
"txn_flow_type": "DIRECT_DEBIT",
"status": "CHARGED",
"express_checkout": false,
"gateway_id": 38,
"error_message": "",
"offer_deduction_amount": null,
"tax_amount": null,
"currency": "INR",
"txn_amount_breakup": [
{
"amount": 395,
"method": "ADD",
"sno": "FILTERED",
"name": "BASE"
}
],
"txn_amount": 395,
"created": "2024-01-01T10:39:07Z",
"gateway": "AMAZONPAY",
"surcharge_amount": null,
"last_updated": "2024-01-01T11:57:46Z",
"txn_uuid": "moTsfewazu3jHxDfWZU",
"net_amount": 395,
"redirect": false
},
"customer_id": "1234",
"amount": 395,
"udf4": "",
"status": "CHARGED",
"udf5": "",
"udf6": "",
"status_id": 21,
"offers": [],
"udf7": "",
"resp_message": null,
"product_id": "",
"refunded": false,
"udf10": "",
"gateway_id": 38,
"udf1": "",
"udf2": "",
"udf3": "",
"date_created": "2024-01-01T10:39:07Z",
"id": "ordeh_2ab7ad0d64181fc8086d",
"merchant_id": "juspay",
"return_url": "",
"effective_amount": 395,
"captured_amount": 395,
"currency": "INR",
"auth_type": "",
"customer_email": null,
"resp_code": null,
"payment_method_type": "WALLET",
"wallet": {
"txn_flow_type": "DIRECT_DEBIT"
},
"last_updated": "2024-01-01T11:57:46Z",
"txn_uuid": "moTsfewazu3jHxDfWZU",
"refundable_amount": "FILTERED",
"resp_category": null,
"payment_links": {
"mobile": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d",
"web": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d",
"iframe": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d"
},
"amount_refunded": 0,
"bank_error_code": "",
"metadata": {
"webhook_url": "FILTERED",
"payment_page_client_id": "juspay",
"txns.auto_capture": "FILTERED",
"payment_links": {
"mobile": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d",
"web": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d",
"iframe": "https://payments.juspay.in/payment-page/order/ordeh_2ab7ad0d64181fc8086d"
}
},
"emi_details": "FILTERED",
"bank_error_message": ""
}

0 comments on commit f46e130

Please sign in to comment.