| Attribute | Type | Description |
|---|---|---|
| amount | string required | The amount is a string representation of a decimal number, rounded to 2 decimal places. |
| currency | string required | The currency in ISO 4217 format. Supported values include “AUD”, “NZD” and “USD”. However, the value provided must correspond to the currency of the Merchant account making the request. |
1 { 2 "amount": "29.99", 3 "currency": "AUD" 4 }
1 { 2 "amount": "29.99", 3 "currency": "NZD" 4 }
1 { 2 "amount": "29.99", 3 "currency": "USD" 4 }