lock
POST
api/stripe/v1/storedCard/payment
No documentation available.
EXPANDexpand_more
Request Information
Roles
URI Parameters
None.
Body Parameters
StoredCardPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentMethodId | string |
Required |
|
| amount | decimal number |
Required |
|
| communityId | string |
Required |
|
| surcharge | decimal number |
Required |
|
| reference | string |
Required |
Request Formats
A
{
"paymentMethodId": "sample string 1",
"amount": 2.0,
"communityId": "sample string 3",
"surcharge": 4.0,
"reference": "sample string 5"
}
<StripeManager.StoredCardPaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Manager.API"> <Amount>2</Amount> <CommunityId>sample string 3</CommunityId> <PaymentMethodId>sample string 1</PaymentMethodId> <Reference>sample string 5</Reference> <Surcharge>4</Surcharge> </StripeManager.StoredCardPaymentRequest>
Sample not available.
EXPANDexpand_more