Moov Mobile Money
Collecter de l'argent via Moov Mobile Money
POST
https://api.digitalpaye.com/v1/collecte/mobile-money
Headers
Content-Type
application/json
Authorization
Bearer <
AccessToken>
X-Environment
Production
Request Body
transactionId*
String
ID de la transaction
customer*
Object
Le client
payer*
String
Numéro de téléphone à débiter
currency*
String
Devise de la transaction. Devise disponible :
amount*
String
Montant de la transaction. Montant minimum : 100 XOF Montant Maximum : 1.000.000 XOF
operator*
String
FLOOZ_MONEY_CI
Customer Data
Customer Data
lastName*
String
Nom du client
firstName*
String
Prénom du client
phone*
String
Téléphone du client
email*
String
Email du client
address*
Object
Adresses
Address Customer
Address Customer
countryCode*
String
Code du pays du client CI
city
String
Ville du client
streetAddress
String
Adresse du client
{
"statusCode": 202,
"message": "Successful",
"data": {
"ref": "2RXSYFAAOC",
"transactionId": "DIGITAL-79110123018182",
"currency": "XOF",
"amount": "600",
"fees": "9",
"amountReceive": "591",
"amountTotal": "600",
"phone": "0151737308",
"status": "PENDING",
"typeTransaction": "collecte",
"operator": "FLOOZ_MONEY_CI",
"createdAt": "2024-10-11T07:03:16.000Z",
"customer": {
"id": "281ed0f9-16e8-40ac-bd9d-3f91632dd7f2",
"lastName": "GUEI",
"firstName": "HELIE",
"email": "elieguei@digitalpaye.com",
"phoneNumber": "0504675930",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Yopougon, Niangon"
},
"createdAt": "2024-10-10T07:31:22.000Z"
},
}
}
{
"statusCode": 200,
"message": "Successful",
"data": {
"ref": "2RXSYFAAOC",
"transactionId": "DIGITAL-79110123018182",
"currency": "XOF",
"amount": "600",
"fees": "9",
"amountReceive": "591",
"amountTotal": "600",
"phone": "0151737308",
"status": "SUCCESSFUL",
"typeTransaction": "collecte",
"operator": "FLOOZ_MONEY_CI",
"createdAt": "2024-10-11T07:03:16.000Z",
"customer": {
"id": "281ed0f9-16e8-40ac-bd9d-3f91632dd7f2",
"lastName": "GUEI",
"firstName": "HELIE",
"email": "elieguei@digitalpaye.com",
"phoneNumber": "0504675930",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Yopougon, Niangon"
},
"createdAt": "2024-10-10T07:31:22.000Z"
},
}
}
{
"statusCode": 400,
"message": "BadRequestError",
"reason": "Des champs requis sont manquants."
}
{
"statusCode": 409,
"message": "ConflictError",
"reason": "La référence de la transaction existe déjà ."
}
{
"statusCode": 401,
"message": "UnauthorizedError",
"reason": "Token d'accès invalide. Veuillez vous reconnecter."
}
{
"statusCode": 403,
"message": "ForbiddenError",
"reason": "Le montant doit ĂŞtre compris entre 100 et 1000000 XOF."
}
{
"statusCode": 500,
"message": "InternalServerError",
"reason": "Une erreur est survenue. Veuillez réessayer"
}
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.digitalpaye.com/v1/collecte/mobile-money',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS =>'{
"transactionId": "2ed1aff8-1925-4c2f-b5e1-bc2cc75cf0a9",
"customer": {
"lastName": "GUEI",
"firstName": "HELIE",
"phone": "0777101308",
"email": "elieguei225@gmail.com",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Plateau Cocody"
}
},
"payer": "0151737308",
"amount": "100",
"currency": "XOF",
"operator": "FLOOZ_MONEY_CI"
}',
CURLOPT_HTTPHEADER => array(
'X-Environment: Production',
'Content-Type: application/json',
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55SWQiOiI4NDM3ZGQxMy04OWFjLTQ1ZTEtYTdhYS1jOGJhMDk1ZDFiMjciLCJpYXQiOjE3NDMxNDU4NjksImV4cCI6MTc0MzE0NjQ2OX0.jC9DCjwONFbjiGkSstuJPx0RMQuwISx20qj9MEE8gNA'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
<?php
$client = new Client();
$headers = [
'X-Environment' => 'Production',
'Content-Type' => 'application/json',
'Authorization' => 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55SWQiOiI4NDM3ZGQxMy04OWFjLTQ1ZTEtYTdhYS1jOGJhMDk1ZDFiMjciLCJpYXQiOjE3NDMxNDU4NjksImV4cCI6MTc0MzE0NjQ2OX0.jC9DCjwONFbjiGkSstuJPx0RMQuwISx20qj9MEE8gNA'
];
$body = '{
"transactionId": "0a69ec71-d7ba-4998-a022-eb65ee737172",
"customer": {
"lastName": "GUEI",
"firstName": "HELIE",
"phone": "0777101308",
"email": "elieguei225@gmail.com",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Plateau Cocody"
}
},
"payer": "0151737308",
"amount": "100",
"currency": "XOF",
"operator": "FLOOZ_MONEY_CI"
}';
$request = new Request('POST', 'https://api.digitalpaye.com/v1/collecte/mobile-money', $headers, $body);
$res = $client->sendAsync($request)->wait();
echo $res->getBody();
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("application/json");
RequestBody body = RequestBody.create(mediaType, "{\n \"transactionId\": \"f21a4259-c85c-4e8b-a0d4-0eb3200733c4\",\n \"customer\": {\n \"lastName\": \"GUEI\",\n \"firstName\": \"HELIE\",\n \"phone\": \"0777101308\",\n \"email\": \"elieguei225@gmail.com\",\n \"address\": {\n \"countryCode\": \"CI\",\n \"city\": \"Abidjan\",\n \"streetAddress\": \"Plateau Cocody\"\n }\n },\n \"payer\": \"0151737308\",\n \"amount\": \"100\",\n \"currency\": \"XOF\",\n \"operator\": \"FLOOZ_MONEY_CI\"\n}");
Request request = new Request.Builder()
.url("https://api.digitalpaye.com/v1/collecte/mobile-money")
.method("POST", body)
.addHeader("X-Environment", "Production")
.addHeader("Content-Type", "application/json")
.addHeader("Authorization", "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55SWQiOiI4NDM3ZGQxMy04OWFjLTQ1ZTEtYTdhYS1jOGJhMDk1ZDFiMjciLCJpYXQiOjE3NDMxNDU4NjksImV4cCI6MTc0MzE0NjQ2OX0.jC9DCjwONFbjiGkSstuJPx0RMQuwISx20qj9MEE8gNA")
.build();
Response response = client.newCall(request).execute();
const axios = require('axios');
let data = JSON.stringify({
"transactionId": "a3f3748a-1064-493b-9b1d-7e36fa650772",
"customer": {
"lastName": "GUEI",
"firstName": "HELIE",
"phone": "0777101308",
"email": "elieguei225@gmail.com",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Plateau Cocody"
}
},
"payer": "0151737308",
"amount": "100",
"currency": "XOF",
"operator": "FLOOZ_MONEY_CI"
});
let config = {
method: 'post',
maxBodyLength: Infinity,
url: 'https://api.digitalpaye.com/v1/collecte/mobile-money',
headers: {
'X-Environment': 'Production',
'Content-Type': 'application/json',
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55SWQiOiI4NDM3ZGQxMy04OWFjLTQ1ZTEtYTdhYS1jOGJhMDk1ZDFiMjciLCJpYXQiOjE3NDMxNDU4NjksImV4cCI6MTc0MzE0NjQ2OX0.jC9DCjwONFbjiGkSstuJPx0RMQuwISx20qj9MEE8gNA'
},
data : data
};
axios.request(config)
.then((response) => {
console.log(JSON.stringify(response.data));
})
.catch((error) => {
console.log(error);
});
var headers = {
'X-Environment': 'Production',
'Content-Type': 'application/json',
'Authorization': 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb21wYW55SWQiOiI4NDM3ZGQxMy04OWFjLTQ1ZTEtYTdhYS1jOGJhMDk1ZDFiMjciLCJpYXQiOjE3NDMxNDU4NjksImV4cCI6MTc0MzE0NjQ2OX0.jC9DCjwONFbjiGkSstuJPx0RMQuwISx20qj9MEE8gNA'
};
var request = http.Request('POST', Uri.parse('https://api.digitalpaye.com/v1/collecte/mobile-money'));
request.body = json.encode({
"transactionId": "8a79337d-8b3d-48a5-a72e-f83104599ed5",
"customer": {
"lastName": "GUEI",
"firstName": "HELIE",
"phone": "0777101308",
"email": "elieguei225@gmail.com",
"address": {
"countryCode": "CI",
"city": "Abidjan",
"streetAddress": "Plateau Cocody"
}
},
"payer": "0151737308",
"amount": "100",
"currency": "XOF",
"operator": "FLOOZ_MONEY_CI"
});
request.headers.addAll(headers);
http.StreamedResponse response = await request.send();
if (response.statusCode == 200) {
print(await response.stream.bytesToString());
}
else {
print(response.reasonPhrase);
}
Dernière mise à jour
Cet article vous a-t-il été utile ?