docs/try_sandbox.md
Table Of Contents:
api_key variable.Open the "Quick Start" folder in the collection.
Open the "Payments - Create" request, switch to the "Body"
tab and update any request parameters as required.
Click on the "Send" button to create a payment.
If all goes well and you had provided the correct connector credentials, the
payment should be created successfully.
You should see the status field of the response body having a value of
succeeded in this case.
status of the payment created was requires_confirmation, set
confirm to true in the request body and send the request again.Open the "Payments - Retrieve" request and click on the "Send" button (without modifying anything). This should return the payment object for the payment created in Step 2.
status field of the response body to verify that the refund
hasn't failed.id path variable in the "Path Variables" table to the refund_id
value returned in the response during the previous step.
This should return the refund object for the refund created in the previous
step.That's it! Hope you got a hang of our APIs. To explore more of our APIs, please check the remaining folders in the Postman collection.