Test your integration
To make a test ERIP payment request, add the following parameters to your HTTP request:
Parameter | Type | Description |
---|---|---|
test | boolean | Set to true for a test request. Otherwise, false . |
amount | integer | Set to 999 for a test failed ERIP payment (transaction.status = failed ). |
For a test successful ERIP payment, you first get a response with the pending
status, and then in 10 seconds you receive a webhook notification on notification_url
of a payment with the successful
status (transaction.status = successful
).