Wallet Direct Debit

Directly debit the amount from a Wallet that is linked to a Customer’s account. If the status in the response is CHARGED, then the payment is immediatley successful. If the status in the response is PENDING, then the user wallet doesn’t have sufficient balance for the payment and the topup URL is returned in the response

Direct Debit wallet flow
Direct Debit wallet flow

Wallet APIs : Linklink icon

Payments API :

Note: This is an authenticated call unlike other transaction APIs. This API must be invoked from your server directly. DO NOT send the API Key to client.

Scroll inside to view more
payment_method
Bank
GOPAY
GoPay Wallet
DANA
Dana Wallet
SHOPEE
Shopee Wallet
GRABPAY
GrabPay Wallet

HANDLING GET

When you get GET as the authentication method in the response, you may load the URL directly into the customer’s browser. You can easily achieve this by send HTTP 302 from your server. However, if the API call was made from the browser, then you can utilize the code snippet provided.

API Endpoints
Production Link
POST
https://api.juspay.in/txns
Authorization Header
Headers
Body
200 : Success
400 : Invalid Input data
Last updated 9 months ago