Onboarding Management

The Onboarding 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

  • Update Merchant Properties:

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

  • Get Merchant Properties:

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

  • Create Merchant Application:

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

  • Create Default Pricing Plan:

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

  • Submit Merchant Signatures:

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

  • Submit the Merchant Application:

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

Last updated

Was this helpful?