Create Invoice Transaction
The available versions for this api are v1.0 and v2.0.
POST
https://tokoapisnap-stg.netzme.com/api/
{version}
/invoice/create-transaction
custIdMerchant
String
Merchant ID
partnerReferenceNo
String
GUID
amount
Object
Transaction Amount
value
String
Value amount
currency
String
Currency amount
amountDetail
Object
Detail of amount
basicAmount
Object
value
String
Value amount
currency
String
Currency amount
shippingAmount
Object
Shipping amount
value
String
Value amount
currency
String
Currency amount
PayMethod
String
Fill with "BANK_TRANSFER", "NETZME", "BCA" , "QRIS" , "RETAIL_OUTLET", "OVO" , "NETZME_SEAMLESS", "DANA" or "CREDIT_CARD"
commissionPercentage
Int
Percentage of commision
expireInSecond
String
Expire time
feeType
String
Charge service fee type. Fill with "on_buyer" or "on_seller". Default is "on_seller"
additionalInfo
Object
String
Buyer's email
notes
String
Notes
description
String
Description
phoneNumber
String
Buyer's phone number
imageUrl
String
URL your company logo to put on the invoice
fullname
String
Buyer's name. Must be alphabetic
Last updated