Create a charge
Create a charge for merchant with the given information in the request payload
Create a charge
POST
/charges
Request Body
Name
Type
Description
name
string
Charge name
description
string
Charge description
logoUrl
string
Charge image URL
localPrice*
Object
amount: Charge amount
currency: Charge local currency
metadata
any
Self defined metadata
redirectUrl
string
Redirect URL
cancelUrl
string
Cancel URL
Example request:
Example response:
Last updated