post https://example.com/payment-refund
Primer notifies you with a PAYMENT.REFUND
Webhook when a refund request has been fully processed by a payment processor and the refund has reached a final state.
Check the transaction with the most recent transactionType: "REFUND"
in the transactions
array:
- if
processorStatus
isSETTLED
, the refund was successful and the funds have been returned to the customer - if
processorStatus
isFAILED
, the refund was unsuccessful
Learn more about how Primer handles webhooks.