Skip to main content

Amount Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 valueString (ISO4217)M16,216,2Net amount of the transaction. If it’s IDR then value includes 2 decimal digits. e.g. IDR 10.000,- will be placed with 10000.00
2 currencyStringM33Exp. IDR
{
"amount": {
"value": "10000.00",
"currency": "IDR"
}
}