Create New Payment
With this method, merchants can create payment links from their backend applications. Use this method when your customers purchcase a product from your app.
Last updated
With this method, merchants can create payment links from their backend applications. Use this method when your customers purchcase a product from your app.
Last updated
{
"order_id": "1001",
"productName": "Add Funds",
"amount": "10000",
"notes": "{\"user_id\": \"3\"}",
"expiration": "0",
"webhook": "https://www.dex3.io/webhooksample",
"signature": "a94dfc7c6334402b3d88fe5368e85755767b9e63ac3c259e79163dc8dc199965"
}{
"state": true,
"data": {
"payLink": "https://pay.dex3.io/pay/EKKlnN7QXB5ynmqZTeriefGLgr4jq8",
"paymentData": {
"payment_id": "EKKlnN7QXB5ynmqZTeriefGLgr4jq8",
"order_id": "123",
"productName": "Add Funds",
"amount": "100",
"expiration": 1710140681,
"webhook": "https://www.dex3.io/webhooksample",
"notes": "{\"user_id\":\"3\"}",
"created": 1710140558
}
}
}{
"state": false,
"error": {
"message": "Duplicate order id",
"code": 400,
"errData": false
}
}