Dynamic Form
GET/channels/:ChannelID/form
This endpoint provides a JSONForm schema needed to configure payment methods for transactions on a specified channel. Use this schema to dynamically generate forms based on the selected payment method. The ChannelID parameter, obtainable from the Supported Channels endpoint, specifies the target channel for which the form is generated.
Follow the step-by-step guides:
Note: It is not possible to fetch schemas for channels where the PaymentMethodType is set to TokenizedCard, as the API does not directly accept credit card details. For credit card payments, refer to the Hosted Checkout solution.
Request
Responses
- 200
- 400
- 401
- 500
Payment method form schema
Bad request
Client is not authorized to perform this action
Internal server error