Schedule AccountUpdater with token data
POST {{baseUrl}}/scheduleAccountUpdater
When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for card
are mandatory. * If the recurring detail reference is provided, the fields for shopperReference
and selectedRecurringDetailReference
are mandatory.
Request Body
{"merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "reference"=>"{{$guid}}", "shopperReference"=>"YOUR_SHOPPER_REFERENCE", "selectedRecurringDetailReference"=>"8814232895168272"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |