Sources

The Sources resource in the Digital River API allows for representing and managing customer payment methods. It is crucial in facilitating transactions by securely storing relevant payment details. Businesses can efficiently create charges using the Sources resource, ensuring a seamless payment experience for their customers.

Gets a source by ID

get

Retrieves the details of a source. You must supply the unique identifier of the source.

Path parameters
idstringRequired

Source ID

Responses
200

OK.

application/json
get
/sources/{id}

Last updated