Skip to main content

Dynamic Form

GET 

/channels/:ChannelID/form

Get the payment method form schema required to submit transactions to a channel.

Request

Path Parameters

    ChannelID uuidrequired

    Possible values: >= 36 characters and <= 36 characters

Query Parameters

    PaymentMethodID FiatPaymentMethodID

    Possible values: non-empty and <= 150 characters

Header Parameters

    Api-Signature string

    Digitally signed JWT.

Responses

Payment method form schema
Schema
    FormSchemaobject

    Form schema which needs to be filled by the customer. If no customer input is required, this field is omitted.

    $schema stringrequired
    Example: http://json-schema.org/draft-07/schema#
    type stringrequired
    Example: object

    properties

    objectrequired
    property name* any
    required string[]
    allOf object[]
Loading...