Make vault forward
This endpoint requires the vault-forwards.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A comma-separated list of Payment Method IDs that can be used to fill in the request template. At least 1 must be given, and a maximum of 100 are accepted.
A comma-separated list of IDs for the authentication methods that will be applied to a Vault Forward request.
The URL to forward card data to.
The HTTP method that is used when forwarding the request to the x-vault-forward-url
.
POST
, PUT
, PATCH
A header that is forwarded to the x-vault-forward-url
. The header will be
forwarded without the x-vault-forward-header
part. For example,
x-vault-forward-header-x-frame-options: SAMEORIGIN
is forwarded as
x-frame-options: SAMEORIGIN
.
The number of seconds to wait before timing out when forwarding the request.
x > 1
Body
The body is of type string
.
Response
The response is of type string
.
Was this page helpful?