π
π
π
π
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
Give partial refund
This method is used to return part of deposited funds to a shopper.
Request example
1
POST /{{version}}/{{API_KEY}}/transactions/{{id}}/refund/10
2
Content-Type: application/json
3
Host: {{API_URL}}
4
Authorization: Bearer {{ACCESS_TOKEN}}
Copied!
post
<URL>
/{{version}}/{{API_KEY}}/transactions/{{id}}/refund/{{amount}}
Refund
Refunds - Previous
Give full refund
Next
PreAuth / Void / Capture
Last modified
2mo ago
Copy link
Contents
Request example
post
Refund