Payment Types
Description¶
The paymentTypes endpoint will retrieve the list of Payment Types that are associated with the application.
Request¶
Endpoint¶
ui/refdata/v1/paymentTypesMethod¶
GET
Response¶
[
{
"name": "INSTALLMENT_PAYMENT"
},
{
"name": "SINGLE_PAYMENT"
},
{
"name": "SPLIT_PAYMENT"
},
{
"name": "RECURRING_PAYMENT"
}
]
Tabular Format
| PAYMENT TYPE NAME | DESCRIPTION |
|---|---|
| INSTALLMENT_PAYMENT | A payment made in installments |
| SINGLE_PAYMENT | A payment utilizing one payment method |
| SPLIT_PAYMENT | A payment utilizing two (or more) payment methods |
| RECURRING_PAYMENT | A payment with a recurring period |
Updated As Of Version: 6.1.1