Boarding Management

The Boarding Management API allows you to create and manage merchant applications for payment processing. This RESTful service handles the complete merchant onboarding process from application creation to final submission.

Available Endpoints

  • Upsert Application Properties:

    • PUT /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Properties

  • Retrieve a Property:

    • GET /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Properties/{propertyName}

  • Create Application:

    • POST /api/BoardingManagement/v1.0/Applications/Create

  • Create Default Pricing:

    • POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/InitializePricing

  • Submit Signatures:

    • POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/SubmitSignatures

  • Submit Application:

    • POST /api/BoardingManagement/v1.0/Applications/{merchantNumber}/Submit

Last updated

Was this helpful?