Create Payment
To obtain a payment link, you must first create a payment request. By sending the specified link and request contents below, you need to direct the user to the specified payment link. The result will
Create a new payment
Please do not process transactions during user return for payments. Use the webhook for this purpose.
POST
/payment/create
If the customer is not registered, a new customer will be automatically created. The same applies to the product. The Success URL and Failed URL specify the page link to which the user will be redirected.
Body
api_key
string
API Key
payment_id
string
The payment number created by you
product_name
number
Product name
product_price
decimal
Product price
customer_name
string
Customer name
customer_email
string
Customer email
customer_phone
string
Customer phone
customer_address
string
Customer address
amount
decimal
Amount
success_url
string
Success url
failed_url
string
Failed url
Response
Last updated