GET /mpi/{{API_KEY}}/deposit/transaction/{{id}}Content-Type: application/jsonHost: {{API_URL}}.bridgerpay.comAuthorization: Bearer {{ACCESS_TOKEN}}
{"response": {"status": "success", //Response status"type": null, //Error type"code": 200, //Response code"message": "OK" //Comment associated with the response},"result": {"psp_name": "PspName", //PSP's real name"country": "BE", //Shopper's country"email": "[email protected]", //Shopper's email address"transaction_id": "8ac7a...c9b", //Transaction ID within the PSP's system"psp_order_id": "9a2b3...546", //Transaction group ID within the PSP's system"merchant_order_id": "g173aa11", //Transaction ID within the merchant's system"amount": "15.1", //Transaction amount"currency": "EUR", //Transaction currency"decline_reason": null, //Reason of why the transaction was declined"decline_code": null, //Declination reason code"card_type": "VISA", //Organization serving the shopper's debit or credit card"last_four_digits": "1881", //Last four numbers that appear on the shopper's debit or credit card"processing_date": "2020-09-14T12:47:26.238Z",//Date and time when the transaction was processed by BridgerPay"payment_method": "credit_card", //Method the shopper used to pay"status": "in_process", //Transaction status"cashier_session_id": "a5731...a2e", //Identifier of the Cashier session used"id": "aeea2...a03" //Transaction ID within the BridgerPay system}}
{"response": {"status": "error","type": "invalid_api_key""code": 403,"message": "invalid api key used"},"result": null}