Use Case 3: Refunds
This use case allows you to return money to a consumer who has already made a payment in your webstore using EPS. EPS supports a single refund amount which is equal to or less than the original payment amount, or multiple partial refunds (where the sum of the partials must not exceed the original payment amount).
Implementation
Call the following endpoint:
-
/paymenthub/v1/settlements/{paymentId}/refunds
Initiates the refund process so that Paysafe can return the money to the same consumer’s bank account from which it was originally received. Moves money to the consumer and debits your balance.
NOTE: For code examples and detailed explanations of the parameters, refer to the Payments API Reference.
-
Call endpoint /paymenthub/v1/settlements/{paymentId}/refunds
- paymentType: EPS
- The payment handle status depends on the outcome of the request:
- For a successful request, the status changes to COMPLETED
- For a failed request, the status changes to FAILED.
Was this page helpful?
On this Page