βΊοΈReports
Get Payment By Request ID
Get payment details
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated
Last updated
{
"payment_id_coinbar": "5fdf0222-c84d-4f46.....",
"payment_request_id_client": "48e70c61-ead4.....",
"service_client_id": "4cb1a993.....",
"customer": {
"external_user_id": "id495935834583",
"name": "Mario",
"surname": "Rossi",
"email": "[email protected]",
"post_balance": "-0.00045145423250897323"
},
"products": [{
"product_name": "The Fallout",
"product_price": 8.99,
"product_amount": 1,
"product_id": "id123921392",
"product_type": "MOVIE"
}],
"status": "CANCELED",
"payment_detail": {
"transaction_id": "",
"type": "external",
"wallet_origin": "",
"coin": "BTC",
"pair": "BTC/EUR",
"amount_crypto": 0.00045145423250897323,
"timestamp": null,
"coin_price": 19913.425,
"total_price": 8.99,
"transaction_timeout_date": {
"$date": "2022-05-11T12:19:30.774Z"
},
"payment_string": "bitcoin:1Q5BBBBBBBBBBBBBBBBBBBBBBBBB?amount=0.00045145"
},
"input_coin": "EUR",
"urlcallback": "https://.....",
"creation_time": {
"$date": "2022-05-11T12:16:01.064Z"
},
"update_time": {
"$date": "2022-05-11T12:16:35.059Z"
},
"market_data": {
"current_change": 19913.425
},
"status_descr": "Canceled by client request"
}