POST v1/customers/{customerId}/postReadyCharges
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
Body Parameters
Common.Dto.Post.PostReadyCharges| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceCollectOptions | Common.Dto.Post.InvoiceCollectOptions |
None. |
Request Formats
application/json, text/json
Sample:
{
"invoiceCollectOptions": {
"paymentMethod": 0,
"paymentMethodId": 1,
"useAnyAvailableFundsFirst": true,
"rollbackOnFailedPayment": true,
"paymentIntentId": "sample string 3",
"uRLForSSP": "sample string 4"
}
}
Response Information
Resource Description
None.