# AcceptedPayments

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions)/`AcceptedPayments` | Payment methods supported by the property. | array of [AcceptedPayment](/connectivity/docs/api-reference/acceptedpayment) | 0..1 | - |
| `AcceptedPayments`/[AcceptedPayment](/connectivity/docs/api-reference/acceptedpayment) | Details of a payment method. | object | 0..* | - |


## XML


```xml
<AcceptedPayments>
  <AcceptedPayment ... />
  <AcceptedPayment ... />
</AcceptedPayments>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)