MppPaymentOutput
Contains the payment credential, ready to retry the request.
Contents
- paymentCredential
-
Ready-to-send value for the
Authorizationheader, in the form "Payment <base64url-token>". Attach this header and retry the original request. To inspect the full credential, base64url-decode the token.Type: String
Length Constraints: Minimum length of 1. Maximum length of 32768.
Required: Yes
- selectedPaymentId
-
The id of the challenge that was paid, echoed from the input challenge so you can correlate the result without decoding the credential.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Required: Yes
- version
-
The MPP protocol version, for example "1" or "2".
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
[0-9]+Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: