βΊοΈPayment Gateway
Last updated
{
"result" : "success",
"payment_id_coinbar": "id_48483",
"payment_request_id_client" : "id_48485354",
"service_client_id" : "SERVICE_CLIENT_ID",
"customer" : {
"email" : "customer.email",
},
"products" : [Array of products..],
"input_coin" : "EUR",
"status" : "SUCCESS",
"status_descr" : "Payment Executed",
"payment_detail" : {
"transaction_id": "transaction_id",
"timestamp" : "timestamp",
"total_price" : "total_price",
},
"creation_time" : 11111111111,
"update_time" : 1111111111,
}{
"result" : "success",
"payment_id_coinbar": "id_48483",
"payment_request_id_client" : "id_48485354",
"service_client_id" : "SERVICE_CLIENT_ID",
"customer" : {
"email" : "customer.email",
},
"products" : [Array of products..],
"input_coin" : "EUR",
"status" : "FAILED",
"status_descr" : "Payment timeout",
"payment_detail" : {
"transaction_id": "transaction_id",
"timestamp" : "timestamp",
"total_price" : "total_price",
},
"creation_time" : 11111111111,
"update_time" : 1111111111,
}