POST api/AppOrder/SavePaymentClientPP
Request Information
URI Parameters
None.
Body Parameters
SavePaymentClientPP_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| intent | string |
None. |
|
| billingType | string |
None. |
|
| paymentId | string |
None. |
|
| billingToken | string |
None. |
|
| items | string |
None. |
|
| amounts | string |
None. |
|
| description | string |
None. |
|
| cancelUrl | string |
None. |
|
| returnUrl | string |
None. |
|
| total | string |
None. |
|
| vaultData | string |
None. |
|
| correlationIds | string |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| PaymentUUID | globally unique identifier |
None. |
|
| UserUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"intent": "sample string 1",
"billingType": "sample string 2",
"paymentId": "sample string 3",
"billingToken": "sample string 4",
"items": "sample string 5",
"amounts": "sample string 6",
"description": "sample string 7",
"cancelUrl": "sample string 8",
"returnUrl": "sample string 9",
"total": "sample string 10",
"vaultData": "sample string 11",
"correlationIds": "sample string 12",
"CartUUID": "40925236-5da2-4bca-97ca-d89a95f1ccab",
"PaymentUUID": "a5578448-5069-426a-abac-ea676b1f7027",
"UserUUID": "3b349be2-18c7-4274-bf45-681552bccf7e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.