> For the complete documentation index, see [llms.txt](https://pivot-payment.gitbook.io/pivot-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pivot-payment.gitbook.io/pivot-docs/api-references/api-lists/payments/object/amount-object.md).

# Amount Object

```json
{
  "amount": {
    "value": 999999999,
    "currency": "IDR"
  }
}
```

**Detail Amount Object**

<table><thead><tr><th>Parameter</th><th width="152.595703125">Data Type</th><th width="129.701171875">Character Limit</th><th width="139.546875">Requirement</th><th width="226.7060546875">Description</th></tr></thead><tbody><tr><td>value</td><td>Decimal</td><td>1-18</td><td>M</td><td>Payment amount value</td></tr><tr><td>currency</td><td>String</td><td>1-3</td><td>M</td><td>Currency code in ISO 4217 Format, e.g. USD, IDR</td></tr></tbody></table>
