REST API

FAQ

Frequently Asked Questions about using the
Microform Integration
0.11 with the Secure Acceptance Checkout API.
Can I supply both a secure storage (TMS) token and a transient token?
Yes. A secure storage (TMS) token can be supplied in the
payment_token
field which must be inside the capture context. The transient token is then supplied as an unsigned field (
transient_token
).
The transient token data will take precedence over the secure storage (TMS) token data.
Can I use Microform to capture only the security code?
Yes. You must ensure that the
card_type
and
card_expiry_date
are supplied via one of the following:
  1. Through the payment token
  2. Inside the capture context
  3. As unsigned fields
Can I override a transient token field, for example, the card_type field?
Yes. Fields inside the capture context and unsigned fields both override transient token data.
Can I use Microform to capture only the card number?
Yes. You must ensure that the
card_type
and
card_expiry_date
are supplied either:
  1. Inside the capture context
  2. As unsigned fields