Create a ForwardingRequest

Creates a ForwardingRequest object.

post/v1/forwarding/requests

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

metadataobject nullable

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

object'forwarding.request' required

String representing the object's type. Objects of the same type share the same value.

payment_methodstring required

The PaymentMethod to insert into the forwarded request. Forwarding previously consumed PaymentMethods is allowed.

replacementsstring[] required

The field kinds to be replaced in the forwarded request.

urlstring nullable

The destination URL for the forwarded request. Must be supported by the config.

Changes