POST /storefront/ready-to-pay
Retrieves available payment methods for a specific transaction or purchase.
The order in which the payment methods are displayed to the customer must be the same as the order in the response.
The list of payment methods is generated from available gateway accounts and the last matched adjust-ready-to-pay action on the ready-to-pay-requested event.
If no rules match for the specific request, all methods supported by the gateway accounts are sent.
To invert this behavior, place an all matching rule at the end of the ready-to-pay-requested event in the rules engine,
and include an empty paymentMethods property for the adjust-ready-to-pay action.
For more information, see Update event rules and Gateway accounts.
If this operation to pay is used with a transaction-scoped JSON Web Token (JWT), all fields are ignored except riskMetadata.
Servers
- https://api-sandbox.rebilly.com/organizations/{organizationId}
- https://api.rebilly.com/organizations/{organizationId}
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.