POST v1/api/SimpleMakePayment?caseId={caseId}
Simple Make a payment on an enrolled billing account on our PCI enabled system
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
(optional - but recommended) a unique identifier to both group calls, and to tie a case to an Agency. |
string |
None. |
Body Parameters
SimpleMakePaymentRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FundingAcct | FundingDto |
None. |
|
| ClientId | string |
None. |
|
| ProfileId | string |
None. |
|
| BillingAccountId | string |
None. |
|
| PayDay | integer |
None. |
|
| FundAcctId | string |
None. |
|
| Amount | decimal number |
None. |
|
| PayDate | date |
None. |
|
| CustomerFee | boolean |
None. |
|
| AccountGroupCode | string |
None. |
Response Information
Resource Description
SimpleMakePaymentResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FundingId | string |
None. |
|
| ConfirmationNumber | string |
None. |