Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The card_auth_loop_endpoint to create
The HTTPS URL that will respond to the card auth message
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation. This will appear as <encrypted value>
in all responses, for security
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
Default response to use when the endpoint doesn't respond within the timeout period or returns an error. Please see Managing Card Authorizations for details and warnings. Defaults to 'approved'.
Arbitrary data the user can attach
Response
The card_auth_loop_endpoint created
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation. This will appear as <encrypted value>
in all responses, for security
First value in base64(basic_user:basic_secret)
, sent as Authorization for request validation
Default response to use when the endpoint doesn't respond within the timeout period or returns an error. Please see Managing Card Authorizations for details and warnings. Defaults to 'approved'.
Unique identifier for object
The HTTPS URL that will respond to the card auth message
Arbitrary data the user can attach