When you perform any action such as a refund or reversal from the BIP there is no data being pushed back to your servers. You must manually reconcile this information with your order database / back-end.


Alternatively, we do offer the functionality to automate the above process via our API. 

The API allows you to issue the refund from your system and then get back an automated response into your server.


See below for API Guide:

https://peachpayments.docs.oppwa.com/tutorials/manage-payments/backoffice


curl https://eu-test.oppwa.com/v1/payments/{id} \
 -d "entityId=8a8294174e735d0c014e78cf26461790" \
 -d "amount=10.00" \
 -d "currency=ZAR" \
 -d "paymentType=RF" \
 -H "Authorization: Bearer OGE4Mjk0MTc0ZTczNWQwYzAxNGU3OGNmMjY2YjE3OTR8cXl5ZkhDTjgzZQ=="