πŸ”
πŸ”
πŸ”
πŸ”
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
Authorize merchant
This method is used to establish a connection with the BridgerPay system.

Request example

1
POST /{{version}}/auth/login
2
Content-Type: application/json
3
{
4
"user_name": "{{user_name}}",
5
"password": "{{password}}"
6
}
Copied!
post
<URL>
/{{version}}/auth/login
Login
Plugins - Previous
WooCommerce for WordPress
Next - Cashier Initialization
Create server session
Last modified 2mo ago
Copy link
Contents
Request example
post
Login