POST api/restaurants/payments/create-payment-intent
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| amount | integer |
None. |
|
| idOrden | integer |
None. |
|
| currency | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"amount": 1,
"idOrden": 2,
"currency": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.