Skip to main content

Mexico API Introduction

smilepayz teamsAbout 1 min

Getting started

Use Sandbox for integration tests, then switch to Production when you go live. For merchant credentials and environment switching, see the integration guide. For request signing, see signature generation.

API reference

AreaDocumentation
TransactionPay-in collection · Disbursement (pay-out)
InquiryTransaction status · Balance inquiry
SettlementSettlement · Settlement SLA
Payment methodsPayment methods

Environment Configuration

EnvironmentProtocolMedia TypeBase URL
SandboxHTTPSapplication/jsonhttps://sandbox-gateway.smilepayz.com
ProductionHTTPSapplication/jsonhttps://gateway.smilepayz.com

API Overview

The API accepts application/json request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. You can use the API in sandbox mode, which does not affect your live data or interact with the banking networks.
The API key you use to authenticate the request determines whether the request is sandbox mode or production mode.

mexico.png

Development Resources

Code examples

Sample entry points in each SDK repository

Last update: