POST v1/CustomerDigitalRiver/AddPaymentSourceToCustomer

Documentation for 'AddPaymentSourceToCustomer'.

Request Information

Parameters

NameDescriptionAdditional information
customerPaymentSource
Documentation for 'customerPaymentSource'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "customerId": 1,
  "sourceId": "sample string 2"
}

application/xml, text/xml

Sample:
Click to beautify!
<CustomerPaymentSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.DigitalRiver.Post">
  <CustomerId>1</CustomerId>
  <SourceId>sample string 2</SourceId>
</CustomerPaymentSource>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:
Click to beautify!

Sample not available.