Skip to main content
InputObject Top-level input fields for subscribing a card to the AU service.

Input Fields

acceptorId
required
A unique ID assigned to an acceptor during on-boarding.
transactionReference
required
A unique reference generated by the presenter per transaction request that can be used to reconcile requests and responses. Maximum 36 characters.
paymentInstrument
required
The payment instrument for the given unsubscription.
{
  "acceptorId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "transactionReference": Max36Text,
  "paymentInstrument": PaymentInstrumentSubscriptionInput
}