Simpl SoD (Simpl on Delivery) Onboarding and API Specification Documentation

Pre-Requisites

Step 1.1
New Gateway Creation
Step 1.2
Updating Existing Gateway
Step 1.3
Studio Changes

Sample Requests and Responses

Session API 


Request CURL:

Sample Response:

As the payment link in the response is opened, Simpl on Delivery will be shown to eligible users in the Pay on Delivery Section

Signature Payload

Image Label Appears here
Image Label Appears here

The payment instrument will be rendered for eligible users and txns will be initiated when user clicks on proceed to pay.

Post creation of transaction

Capture Call

Merchants can capture the amount after delivery using the Capture API.

Request CURL:

Sample Response:

Things to keep in mind:

  1. Please replace the txnUuid in the url with the txnUuid received in the txn created webhook or the order status API. 

  2. Metadata is an optional field.

Void Call

Merchants can call the void api to cancel or void the authorized transaction.

Request CURL:

Sample Response:

Refund Call

If the merchant wants to do a refund, they can use our refund API call.

Request CURL:

Sample Response:

Order Status Call


Request CURL:

Sample Response:

Annexure

TXN_CREATED Webhook

Last updated 2 years ago