pem
format.
cert
), private key (cert_key
) and root certificate (ca_cert
) via the dashboard by selecting the Mutual TLS
authentication method. Alternatively, you can use the POST /vault-forward/configs/{instance_id}/authentications
API as follows.
id
of the authentication for later.
key
) and key ID (key_id
) via the dashboard by selecting the Message Level Encryption
authentication method. Alternatively, you can use the POST /vault-forward/configs/{instance_id}/authentications
API as follows.
id
of the authentication for later.
x-vault-forward-url
: https://sandbox.api.visa.com/vop/v1/users/addcard
or the production equivalentx-vault-forward-http-method: POST
x-vault-forward-payment-methods
: the ID’s for each of the payment methods to forwardx-vault-forward-header-content-type: application/json
x-vault-forward-header-authorization:
x-vault-forward-authentications
: the comma separated IDs of the mTLS and MLE authentication methods set up earlierPOST
request to /vault-forward
as follows.