POST v1/CustomerDigitalRiver/AddPaymentSourceToCustomer
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.DigitalRiver.Post.CustomerPaymentSourceName | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
None. |
|
sourceId | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "customerId": 1, "sourceId": "sample string 2" }
Response Information
Resource Description
Common.Dto.Get.PaymentMethodName | Description | Type | Additional information |
---|---|---|---|
customerId | integer |
None. |
|
firstName | string |
None. |
|
lastName | string |
None. |
|
address1 | string |
None. |
|
address2 | string |
None. |
|
countryId | integer |
None. |
|
country | string |
None. |
|
stateId | integer |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
postalZip | string |
None. |
|
isDefault | boolean |
None. |
|
isParent | boolean |
None. |
|
externalCustomerId | string |
None. |
|
externalCardId | string |
None. |
|
storedInFusebillVault | boolean |
None. |
|
string |
None. |
||
modifiedDate | date |
None. |
|
originalPaymentMethodId | integer |
None. |
|
isUsedForBillingPeriodOverride | boolean |
None. |
|
businessTaxId | string |
None. |
|
storedInStax | boolean |
None. |
|
paymentMethodType | string |
None. |
|
sharing | boolean |
None. |
|
descendantOverrides | Collection of Common.Dto.Get.PaymentMethodSharing |
None. |
|
status | string |
None. |
|
repeatFailureCount | integer |
None. |
|
hasMadePayment | boolean |
None. |
|
storedGateways | Collection of string |
None. |
|
id | integer |
None. |
|
uri | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.