Skip to content
English - United Kingdom
  • There are no suggestions because the search field is empty.

Masspay: Migration from Masspay v.1 to Masspay v.2

Using Masspay v.1 authentication in Masspay v.2

Step 1

Whitelist: provide IP address to ISX for whitelisting.

Step 2

Provide Masspay v.1 authentication keys to ISX.

Step 3

Update API URLs:

 
 

API

Environment

From (Masspay v.1)

To (Masspay v.2)

Batch API

Stage

https://api.stage.payout.isx.money/api/v1/batch

https://masspay-api-stage.isxtech.com/v1/batch

Production

https://api.payout.isx.money/api/v1/batch

https://masspay-api.isxtech.com/v1/batch

Get batch status

Stage

https://api.stage.payout.isx.money/api/v1/batch/{batch_id}

https://masspay-api-stage.isxtech.com/v1/batch/{batch_id}

Production

https://api.payout.isx.money/api/v1/batch/{batch_id}

https://masspay-api.isxtech.com/v1/batch/{batch_id}

Get batch details

Stage

https://api.stage.payout.isx.money/api/v1/batchdetails/{batch_id}

https://masspay-api-stage.isxtech.com/v1/batchdetails/{batch_id}

Production

https://api.payout.isx.money/api/v1/batchdetails/{batch_id}

https://masspay-api.isxtech.com/v1/batchdetails/{batch_id}

 

Step 4

Log into the new Masspay v.2 dashboard:
- Staging environment URL: https://masspay-stage.isxtech.com
- Production environment URL: https://masspay.isxtech.com


Using the new authentication in Masspay v.2

Step 1

Whitelist: provide IP address to ISX for whitelisting.

Step 2

Obtain API key from Masspay v.2 dashboard with key manager role:
- Staging environment URL: https://masspay-stage.isxtech.com
- Production environment URL: https://masspay.isxtech.com

Note that the permission roles for users must be established with the ISX team.

Integrate Masspay token API (refer to: Payouts | Retrieval of JWT) using API key obtained in Step 2.

Step 3

Update API URLs:

 
 
 

API

Environment

From (Masspay v.1)

To (Masspay v.2)

Batch API

Stage

https://api.stage.payout.isx.money/api/v1/batch

https://masspay-api-stage.isxtech.com/v2/batch

Production

https://api.payout.isx.money/api/v1/batch

https://masspay-api.isxtech.com/v2/batch

Get batch status

Stage

https://api.stage.payout.isx.money/api/v1/batch/{batch_id}

https://masspay-api-stage.isxtech.com/v2/batch/{batch_id}

Production

https://api.payout.isx.money/api/v1/batch/{batch_id}

https://masspay-api.isxtech.com/v2/batch/{batch_id}

Get batch details

Stage

https://api.stage.payout.isx.money/api/v1/batchdetails/{batch_id}

https://masspay-api-stage.isxtech.com/v2/batchdetails/{batch_id}

Production

https://api.payout.isx.money/api/v1/batchdetails/{batch_id}

https://masspay-api.isxtech.com/v2/batchdetails/{batch_id}

 

Step 4

Log into the new Masspay v.2 dashboard:
- Staging environment URL: https://masspay-stage.isxtech.com
- Production environment URL: https://masspay.isxtech.com