POST api/transactions/{clubId}/{membNum}/Payment/UpcomingDues/{paymentId}/{pastDuePaymentId}/{defaultBilling}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clubId | string |
Required |
|
membNum | string |
Required |
|
paymentId | decimal number |
Required |
|
pastDuePaymentId | decimal number |
Default value is 0 |
|
defaultBilling | boolean |
Default value is False |
Body Parameters
PaymentsName | Description | Type | Additional information |
---|---|---|---|
PaymentId | decimal number |
Required |
|
PaymentDetails | Collection of TransactionDetails |
None. |
|
AccountNumber | string |
None. |
|
RoutingNumber | string |
None. |
|
EFTType | string |
None. |
|
Token | string |
None. |
|
CVV2 | string |
None. |
|
BillingZipCode | string |
None. |
|
ExpirationDate | string |
None. |
|
NameOnAccount | string |
None. |
|
Amount | decimal number |
None. |
|
DueDate | string |
None. |
|
TransactionId | string |
None. |
|
StationId | string |
None. |
|
PaymentInfo | PAN |
None. |
|
Image | Collection of byte |
None. |
|
Verbiage | string |
None. |
|
Type | string |
None. |
|
VerbiageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "paymentId": 1.0, "paymentDetails": [ { "serviceFeeId": 1.0, "amount": 2.0, "forgiveAmount": 3.0 }, { "serviceFeeId": 1.0, "amount": 2.0, "forgiveAmount": 3.0 } ], "accountNumber": "sample string 2", "routingNumber": "sample string 3", "eftType": "sample string 4", "token": "sample string 5", "cvV2": "sample string 6", "billingZipCode": "sample string 7", "expirationDate": "sample string 8", "nameOnAccount": "sample string 9", "amount": 10.0, "dueDate": "sample string 11", "transactionId": "sample string 12", "stationId": "sample string 13", "paymentInfo": { "accountNumber": "sample string 2", "routingNumber": "sample string 3", "eftType": "sample string 4", "token": "sample string 5", "cvV2": "sample string 6", "billingZipCode": "sample string 7", "expirationDate": "sample string 8", "nameOnAccount": "sample string 9", "amount": 10.0, "dueDate": null, "transactionId": null, "approvalCode": null }, "image": "QEA=", "verbiage": "sample string 14", "type": "sample string 15", "verbiageId": 16 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.