Bibliotecas SDK

Dart and Flutter SDK

Use pure Dart helpers for checkout URLs, webhook verification, and backend relays that serve Flutter apps.

Overview

Use pure Dart helpers for checkout URLs, webhook verification, and backend relays that serve Flutter apps.

  • Runtime: Dart and Flutter
  • Package: makepay
  • Pure Dart package
  • Flutter checkout URLs
  • pub.dev package planned

Installation

dart pub add makepay

If the package registry entry is not published in your environment yet, pin the source repository to a reviewed commit and follow the repository README until the package release is available.

Authentication

Create a MakePay API key in MakeCrypto and store the key ID and secret outside source control.

Do not put MakePay API secrets in the client application. Create payment links through your trusted backend, then pass only hosted checkout URLs or short-lived session data to the app.

See API authentication for header names, rotation, and permissions.

Use the SDK or source client to call the MakePay payment links API with an amount, currency, label, customer context, return URL, and metadata. Persist the MakePay payment UID beside your internal order or invoice ID.

The request and response model is documented in payment links.

Webhook verification

Read the exact raw request body, verify the MakePay signature, reject stale timestamps, and process events idempotently.

The signing model and event payloads are documented in webhooks.

Framework notes

  • Pure Dart package
  • Flutter checkout URLs
  • pub.dev package planned
  • Keep request creation, webhook verification, and fulfillment updates in trusted backend code.

Source and releases

Review the repository README, examples, and release notes before using the package in production.

Source repository: github.com/makepay-io/makepay-dart

Troubleshooting

  • Authentication failures usually mean the key ID and secret belong to different environments or were copied after rotation.
  • Webhook failures usually mean the handler parsed JSON before signature verification or the configured webhook secret does not match.
  • Checkout issues usually mean the backend did not persist the MakePay payment UID or returned an expired checkout URL.

¿Necesitas ayuda con la configuración de partner?

Abre la vista de detalles del enlace de pago en MakeCrypto para copiar los snippets generados para un UID de pago real, o vuelve al portal para gestionar la configuración del merchant.

Abrir portal