API de paiement mobile permettant l'initialisation et la vérification de transactions simplement et rapidement.
https://api.sandrindossou.com/api.php
POST pour toutes les requĂȘtes{
"amount": 1000,
"currency": "XOF",
"customer_id": "USER_UNIQUE_ID",
"order_id": "CMD_UNIQUE_ORDER_ID",
"source_app": "mobile_simulator",
"return_url": "url_de_retour",
"customer": {
"email": "client@exemple.com",
"first_name": "Prénom",
"last_name": "Nom",
"phone": "22901234567"
},
"description": "Description du paiement"
}
{
"payment_id": "py_identifiant_unique"
}
{
"status": "success",
"payment_id": "py_identifiant",
"checkout_url": "https://checkout.moneroo.io/fr/py_identifiant",
"mobile_flow": {
"deep_link": "lien_de_paiement",
"qr_code": "url_qr_code",
"expiration_time": 1738167889
}
}
initiated: Processus commencéwait: En attente d'actionsuccess: Paiement complétéfailed: Paiement échoué