Regional Starter Pack

Alfred Pay

Alfred Pay provides fiat on/off ramp services across Latin America, enabling seamless conversion between local currencies and digital assets on the Stellar network.

Try Alfred Pay

Experience the on-ramp and off-ramp flows with Alfred Pay's integration. Check out the process your users might go through as they interact with Alfred Pay from within your application.

Known Issues

  • The Alfred Pay sandbox allows for testing the customer creation and on-boarding process. However, the sandbox environment does not submit Testnet transactions, meaning tokens will not land the Testnet wallet of your users.

Supported Digital Assets

USDC

USD Coin

Supported Regions

RegionCurrencyPayment RailsCapabilities
🇲🇽 MexicoMXNSPEI
On Off

Integration Flow

These are the steps you (as a developer) can expect to implement as you work with Alfred Pay.

Developer Onboarding

  • Sandbox API credentials can be used immediately. Use example API credentials from Alfred's docs. Click here
  • Staging and Production environments require a fuller onboarding process.

On-Ramp (Fiat → Crypto)

  1. 1

    Create Customer

    Register a new customer or look up an existing one by email.

  2. 2

    Submit KYC Form

    Collect and submit identity data via a form.

  3. 3

    Get Quote

    Request a quote for the MXN to USDC conversion.

  4. 4

    Create On-Ramp Order

    Submit the order and receive SPEI payment instructions.

  5. 5

    Transfer Fiat via Bank

    The user sends MXN via SPEI using the provided payment details.

  6. 6

    Receive USDC

    The anchor delivers USDC to the user's Stellar wallet.

Off-Ramp (Crypto → Fiat)

  1. 1

    Create Customer + KYC

    Register and submit identity data via form.

  2. 2

    Get Quote

    Request a quote for the USDC to MXN conversion.

  3. 3

    Create Off-Ramp Order

    Submit the off-ramp order to the anchor.

  4. 4

    Build Payment Transaction

    Build a USDC payment transaction to the anchor's Stellar address.

  5. 5

    Sign and Submit

    Sign with Freighter and submit the transaction to the Stellar network.

  6. 6

    Receive Fiat

    The anchor sends MXN to the user's bank via SPEI.

For Developers