Create Payment Link
POST/v3/payin_links
To be able to successfully create a payment link you would need the following APIs in consideration:
- Step 1: Call the Get payment methods to retrieve the list of supported methods.
- Step 2: Create the payment link using the method from the previous step and provides transaction details, sender information, and optional callback/webhook URLs.
- Step 3: Redirect to the payment link where the actual payment will be processed.
- Step 4: On sandbox environment, you can call the Payment request simulate to simulate the payment.
Request
Responses
- 200
- 400
- 401
- 422
Payin link created successfully
Bad Request
Unauthorized
Unprocessable Entity