Sandbox Testing

Sandbox Refund API Testing Instructions

  1. Initiate a Test Payment:
    Start by making a test payment transaction using our sandbox payment endpoint. This transaction will generate a unique transaction ID needed for the refund test.

  2. Submit a Refund Request:
    Use the received transaction ID to create a refund request to the refund API endpoint. Include the transaction ID in your refund payload.

  3. Default Success Behavior:
    By default, refunds will be processed successfully after a brief delay.

  4. Simulating a Failed Refund:
    To simulate a failed refund, include the word "reject" (in any case) in the refund request's "reason" field.

Please use our sandbox environment at https://sandbox.facilero.com/ to simulate the Refund Flow.

Ensure that your refund request payload conforms to our API specifications.