π
π
π
π
Payment API
Searchβ¦
π
π
π
π
Payment API
Introduction to BridgerPay
How to read this documentation
Get started
Solution map
Reference book
Glossary
FAQ
Solution
Overview
Regular Cashier
Server-side Cashier
Virtual Terminal
Payment Link
Plugins
WooCommerce for WordPress
Authorization
Authorize merchant
Cashier Initialization
Create server session
Payments
Get transaction by OrderID
Server to Server
Overview
Deposit with credit card
Get deposit by ID
Refunds
Give full refund
Give partial refund
PreAuth / Void / Capture
Payouts
Overview
Get payout details
Get payout providers
Create payout
Get payout by ID
Get payout with updated status by ID
Reporting
Statuses
Notifications
Event capture
Merchant Admin: Transactions, Payouts
Powered By
GitBook
Get deposit by ID
Use this method to retrieve the details of a transaction by its transaction ID.
Request example
1
GET /mpi/{{version}}/{{API_KEY}}/deposit/transaction/{{id}}
2
Content-Type: application/json
3
Host: {{API_URL}}
4
Authorization: Bearer {{ACCESS_TOKEN}}
Copied!
The information might be slightly out-of-date because the BridgerPay database is retrieve in asynchronous mode.
get
<URL>
/mpi//{{version}}/{{API_KEY}}/deposit/transaction/{{id}}
Get MPI transaction
Server to Server - Previous
Deposit with credit card
Next - Refunds
Give full refund
Last modified
1mo ago
Copy link
Contents
Request example
get
Get MPI transaction