POST Api/Subscription/StripePayment/CreateACHPaymentTransaction
Request Information
URI Parameters
None.
Body Parameters
ACHPaymentTransactionName | Description | Type | Additional information |
---|---|---|---|
PaymentMethod | string |
None. |
|
TransactionId | string |
None. |
|
PaymentInstrument | string |
None. |
|
AmountPaid | decimal number |
None. |
|
InvoiceId | integer |
None. |
|
PaymentStatus | string |
None. |
|
PaymentIntentId | string |
None. |
|
PaymentMethodId | string |
None. |
|
StripeCustomerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PaymentMethod": "sample string 1", "TransactionId": "sample string 2", "PaymentInstrument": "sample string 3", "AmountPaid": 4.0, "InvoiceId": 5, "PaymentStatus": "sample string 6", "PaymentIntentId": "sample string 7", "PaymentMethodId": "sample string 8", "StripeCustomerId": "sample string 9" }
application/xml, text/xml
Sample:
<ACHPaymentTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.Subscription"> <AmountPaid>4</AmountPaid> <InvoiceId>5</InvoiceId> <PaymentInstrument>sample string 3</PaymentInstrument> <PaymentIntentId>sample string 7</PaymentIntentId> <PaymentMethod>sample string 1</PaymentMethod> <PaymentMethodId>sample string 8</PaymentMethodId> <PaymentStatus>sample string 6</PaymentStatus> <StripeCustomerId>sample string 9</StripeCustomerId> <TransactionId>sample string 2</TransactionId> </ACHPaymentTransaction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |