This is an extension only available to partner merchants.
The Prows 2 MB Way API allows merchants to:
Create MB Way payments or authorizations without using a MEO Wallet checkout.
Use the same endpoints if the Prows 2 Credit Card API is already used.
Pre-requisites
Before using this API, you will need:
A merchant account which will receive payments or create authorizations. You can create an account here.
A merchant API key. You can generate one at “O Meu Negócio->Chaves de API” option in the merchant backoffice sidebar.
A ESB Token (will be provided by the Altice Pay team).
Authentication
The access to the API is based in a custom HTTP Basic authentication. Details here.
You must provide an extra HTTP header named “Proxy-Authorization” with a value with this prefix: ESBToken=. The value of this token will be provided as described above.
Services
Check examples below for each service.
The endpoint used in these examples is from the sandbox environment.
The production endpoint is: https://services.wallet.pt
Prows 2 payment
You can pass a request_id in the payload to track this request. Check this page for details.
The table describes the mandatory and specific fields for the Prows 2 MB Way API. For a full description of the available fields, check the Structures documentation.