POST api/Lunchbox/CheckoutPaymentTerminal?phoneNumber={phoneNumber}&lunchcartId={lunchcartId}&name={name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
phoneNumber | string |
Required |
|
lunchcartId | string |
None. |
|
name | string |
None. |
Body Parameters
StripeReaderCheckoutRequestName | Description | Type | Additional information |
---|---|---|---|
PaymentIntentId | string |
None. |
|
PaymentMethods | PaymentMethodList |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaymentIntentId": "sample string 1", "PaymentMethods": { "PaymentMethods": [ { "PaymentMethodHash": "sample string 2", "Name": "sample string 3", "Type": "sample string 4", "FriendlyName": "sample string 5", "FriendlyTypeName": "sample string 6", "FriendlyLabel": "sample string 7", "Description": "sample string 8", "PaymentAmount": 9.0, "FundsAvailable": 1.0, "IsTippingValid": true, "SupportedAsSinglePayment": true, "SupportedAsFirstPartialPayment": true, "SupportedAsAdditionalPartialPayment": true, "NotStoredCreditCard": true, "IsDefaultMethod": true, "ImageURL": "sample string 16", "PaymentMethodId": "sample string 2" }, { "PaymentMethodHash": "sample string 2", "Name": "sample string 3", "Type": "sample string 4", "FriendlyName": "sample string 5", "FriendlyTypeName": "sample string 6", "FriendlyLabel": "sample string 7", "Description": "sample string 8", "PaymentAmount": 9.0, "FundsAvailable": 1.0, "IsTippingValid": true, "SupportedAsSinglePayment": true, "SupportedAsFirstPartialPayment": true, "SupportedAsAdditionalPartialPayment": true, "NotStoredCreditCard": true, "IsDefaultMethod": true, "ImageURL": "sample string 16", "PaymentMethodId": "sample string 2" } ] } }
text/html
Sample:
{"PaymentIntentId":"sample string 1","PaymentMethods":{"PaymentMethods":[{"PaymentMethodHash":"sample string 2","Name":"sample string 3","Type":"sample string 4","FriendlyName":"sample string 5","FriendlyTypeName":"sample string 6","FriendlyLabel":"sample string 7","Description":"sample string 8","PaymentAmount":9.0,"FundsAvailable":1.0,"IsTippingValid":true,"SupportedAsSinglePayment":true,"SupportedAsFirstPartialPayment":true,"SupportedAsAdditionalPartialPayment":true,"NotStoredCreditCard":true,"IsDefaultMethod":true,"ImageURL":"sample string 16","PaymentMethodId":"sample string 2"},{"PaymentMethodHash":"sample string 2","Name":"sample string 3","Type":"sample string 4","FriendlyName":"sample string 5","FriendlyTypeName":"sample string 6","FriendlyLabel":"sample string 7","Description":"sample string 8","PaymentAmount":9.0,"FundsAvailable":1.0,"IsTippingValid":true,"SupportedAsSinglePayment":true,"SupportedAsFirstPartialPayment":true,"SupportedAsAdditionalPartialPayment":true,"NotStoredCreditCard":true,"IsDefaultMethod":true,"ImageURL":"sample string 16","PaymentMethodId":"sample string 2"}]}}
application/xml
Sample:
text/xml
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.