# PaymentDetail

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/payment-detail/

## Fields

- `paymentType` (any, required, one of "ozowredirect", "absapay", "bankdeposit", "card", "nedbankdirecteft", "ozowwallet", "payshap", "voucher") - The payment type being made. To redirect to Ozow with a specific institution pre-selected please use the `ozowredirect` type. Except for the `ozowredirect` payment type, all the other listed options require implementation of a callback url to handle responses and requests for more information to complete processing. Payment types such as `absapay`, `card` and `payshap` have pre-requisites that must be met and may not be available for particular payments and amounts.
- `details` (one of)
  - Option 1: `OzowRedirect`
  - Option 2: `AbsaPay`
  - Option 3: `BankDeposit`
  - Option 4: `Card`
  - Option 5: `NedbankDirectEFT`
  - Option 6: `OzowWallet`
  - Option 7: `Payshap`
  - Option 8: `Voucher`
