πŸ”
πŸ”
πŸ”
πŸ”
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 payout by ID
This method is used to fetch the details of one payout transaction by its transaction ID within the BridgerPay system.

Request example

GET /{{version}}/{{API_KEY}}/payouts/{{id}}
Content-Type: application/json
Host: {{API_URL}}
Authorization: Bearer {{ACCESS_TOKEN}}
get
<URL>
/{{version}}/{{API_KEY}}/payouts/{{id}}
Get Payout transaction by entity id

Other request examples

See Get payout details.
Payouts - Previous
Create payout
Next - Payouts
Get payout with updated status by ID
Last modified 4mo ago
Copy link
Outline
Request example
get
Get Payout transaction by entity id
Other request examples