Initialize Payment
Initialize a transaction
Headers
Name
Type
Description
Request Body
Name
Type
Description
"meta_data": {
"subaccount": true,
"trackingid": "T3131122122",
"inflowcomm": "0.3", //leave empty if you would like to use default commission fee you set on dashboard. Pass 0 if you do not want to add any charges
"order_id": 570,
"cart_id": 335,
"tx_id": 518,
"vat": "0",
"storedata": [
{
"name": "Another Clothing",
"products": [
{
"product_id": 285,
"description": "Gorilla T-shirt",
"quantity": 1,
"amount": 50000
}
]
},
{
"name": "Another Clothing 2",
"products": [
{
"product_id": 9085,
"description": "Gucci Bag",
"quantity": 1,
"amount": 165000
}
]
}
]
}Sample response
Last updated