Logo
Acquired.com API API Documentation

Process a refund

POST {{url}}transactions/:transaction_id/refund

Process a refund for a specific payment. The refunded amount will by credited either via bank transfer or by refunding the amount onto your customer's card.

https://docs.acquired.com/reference/create-refund

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://test-api.acquired.com/v1/transactions/:transaction_id/refund' -H 'Content-Type: application/json' -d '{"amount":15.02,"reference":"Custom Ref 001"}'

ENDPOINTS