Payment Method Level Model
Level 2 or Level 3 interface for payment methods
Examples
{
//...
"level": {
"value": 2,
"transactionId": "10",
"tax": {
"amount": "0.01"
}
}
}{
//...
"level": {
"value": 3,
"transactionId": "10",
"invoiceCode": "INV001",
"productsCode": "1010",
"shipping": {
"zipCode": "90000",
"amount": "1.02",
"dutyAmount": "0.01"
},
"tax": {
"amount": "0.01",
"details": [
{
"type": "test",
"amount": "0.01",
"rate": "1.00",
"category": "VAT"
}
]
},
"discount": {
"amount": "0.01"
},
"customer": {
"govtVatId": "Customer VAT"
}
}
}Field
Type
Level
Constraint
Payment method constraints
Coastal Pay
Field
Type
Level
Constraint
Last updated
Was this helpful?
