Skip to main content

Structure for Add Merchant Partner Requests

GET 

/api/v1/partner-profiles/structure

Using your bearer token to authenticate, fetch the fields that you will need to complete an Add Merchant Partner request. (Note that these fields have been previously agreed upon between you and Splitit.) In addition, note that the response's RequestUrlEndpoint here includes the full URL (including profileID) that you will need to add new merchants using the Add Merchant Partner endpoint.

Request

Responses

Success

Response Headers

    Schema

      Errors

      object[]

    • Array [

    • Code string
      Message string
      AdditionalInfo string
    • ]

    • StatusCode int32required
      TraceId string
      IsSuccess booleanrequired

      MetaData

      object[]

      The fields in question.

    • Array [

    • Fields

      object[]

      required

    • Array [

    • AccountFieldName stringrequired
      AccountFieldType stringrequired
      AllowedOptions string[]required
      IsMandatory booleanrequired
    • ]

    • Account required
      RequestUrlEndpoint stringrequired
      Description stringrequired
      Method stringrequired
      AuthorizationHeader stringrequired
    • ]

    Loading...