POST api/v1/customerpaymentmethods/addpaymentmethodstripe
Request Information
URI Parameters
None.
Body Parameters
CustomerPaymentMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| PaymentMethodTypeId | integer |
None. |
|
| AccountNumber | string |
None. |
|
| ReferenceNumber | string |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| Status | boolean |
None. |
|
| BranchId | integer |
None. |
|
| Customer | Customer |
None. |
|
| TransactionSetupId | string |
None. |
|
| NetworkTransactionID | string |
None. |
|
| InvokeManualEntry | boolean |
None. |
|
| BranchPaymentMethodType | BranchPaymentMethodType |
None. |
|
| InternalReferenceNumber | string |
None. |
|
| CreditCardPayment | CreditCardPayment |
None. |
|
| ExpYear | integer |
None. |
|
| ExpMonth | integer |
None. |
|
| Url | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.