{
	"info": {
		"_postman_id": "e06d219a-d6c0-4d13-b729-62c54e91ce42",
		"name": "ChariMoney-BAAS-API",
		"description": "**DocTypes :**\n\n| **Document** | **Id** |\n| --- | --- |\n| IdentityCard | 1 |\n| DrivingLicense | 2 |\n| Passport | 3 |\n| ResidencePermit | 4 |\n| ProofOfIncome | 5 |\n| ProofOfResidence | 6 |\n| Selfie | 7 |\n| CommercialRegister | 8 |",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "20296466",
		"_collection_link": "https://martian-spaceship-984131.postman.co/workspace/Chari-Api~ad289613-2029-4276-a57b-f236b956c0fe/collection/20296466-e06d219a-d6c0-4d13-b729-62c54e91ce42?action=share&source=collection_link&creator=20296466"
	},
	"item": [
		{
			"name": "Onboarding",
			"item": [
				{
					"name": "Status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{host}}/api/customers/status?PhoneNumber=+212674292929",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"status"
							],
							"query": [
								{
									"key": "PhoneNumber",
									"value": "+212674292929"
								}
							]
						}
					},
					"response": [
						{
							"name": "Not_Exists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customers/status?PhoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"status"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:28:58 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"status\": 0,\n        \"message\": \"Not_Exists\"\n    }\n}"
						},
						{
							"name": "Not_Confirmed",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customers/status?PhoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"status"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:32:08 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"status\": 1,\n        \"message\": \"Not_Confirmed\"\n    }\n}"
						},
						{
							"name": "Confirmed",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customers/status?PhoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"status"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:38:03 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"status\": 2,\n        \"message\": \"Confirmed\"\n    }\n}"
						},
						{
							"name": "Active",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customers/status?PhoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"status"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:45:44 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"status\": 3,\n        \"message\": \"Active\"\n    }\n}"
						}
					]
				},
				{
					"name": "Register new Customer with docs",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Authorization",
								"value": "Bearer YOUR_API_KEY"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "phoneNumber",
									"value": "+212665638046",
									"type": "text"
								},
								{
									"key": "firstName",
									"value": "Mohammed",
									"type": "text"
								},
								{
									"key": "lastName",
									"value": "Chairi",
									"type": "text"
								},
								{
									"key": "rcNumber",
									"value": "123456",
									"type": "text"
								},
								{
									"key": "cin",
									"value": "K554102",
									"type": "text"
								},
								{
									"key": "walletType",
									"value": "C",
									"type": "text"
								},
								{
									"key": "kycDocuments[0].docType",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kycDocuments[0].docFront",
									"type": "file",
									"src": "postman-cloud:///1f08325c-8e25-44b0-bcc0-43ca0e6e0574"
								},
								{
									"key": "kycDocuments[0].docBack",
									"type": "file",
									"src": "postman-cloud:///1f01b8b7-d970-4a20-b544-263d71d51fe8"
								},
								{
									"key": "kycDocuments[1].docType",
									"value": "8",
									"type": "text"
								},
								{
									"key": "kycDocuments[1].docFront",
									"type": "file",
									"src": "postman-cloud:///1f01b8b7-d970-4a20-b544-263d71d51fe8"
								}
							]
						},
						"url": {
							"raw": "{{host}}/api/customers/register",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"register"
							]
						},
						"description": "Generated from cURL: curl -X POST \"https://your-api-domain/register\" \\\r\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\r\n  -F \"phoneNumber=+1234567890\" \\\r\n  -F \"firstName=John\" \\\r\n  -F \"lastName=Doe\" \\\r\n  -F \"cin=AB123456\" \\\r\n  -F \"walletType=Basic\" \\\r\n  -F \"kycDocuments[0].docType=1\" \\\r\n  -F \"kycDocuments[0].docFront=@/path/to/front-document.jpg\" \\\r\n  -F \"kycDocuments[0].docBack=@/path/to/back-document.jpg\" \\\r\n  -F \"kycDocuments[1].docType=2\" \\\r\n  -F \"kycDocuments[1].docFront=@/path/to/another-front.pdf\""
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Bearer YOUR_API_KEY"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "phoneNumber",
											"value": "+212665638046",
											"type": "text"
										},
										{
											"key": "firstName",
											"value": "Mohammed",
											"type": "text"
										},
										{
											"key": "lastName",
											"value": "Chairi",
											"type": "text"
										},
										{
											"key": "rcNumber",
											"value": "123456",
											"type": "text"
										},
										{
											"key": "cin",
											"value": "K554102",
											"type": "text"
										},
										{
											"key": "walletType",
											"value": "C",
											"type": "text"
										},
										{
											"key": "kycDocuments[0].docType",
											"value": "1",
											"type": "text"
										},
										{
											"key": "kycDocuments[0].docFront",
											"type": "file",
											"src": "postman-cloud:///1f08325c-8e25-44b0-bcc0-43ca0e6e0574"
										},
										{
											"key": "kycDocuments[0].docBack",
											"type": "file",
											"src": "postman-cloud:///1f01b8b7-d970-4a20-b544-263d71d51fe8"
										},
										{
											"key": "kycDocuments[1].docType",
											"value": "8",
											"type": "text"
										},
										{
											"key": "kycDocuments[1].docFront",
											"type": "file",
											"src": "postman-cloud:///1f01b8b7-d970-4a20-b544-263d71d51fe8"
										}
									]
								},
								"url": {
									"raw": "{{host}}/api/customers/register",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"register"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Thu, 28 Aug 2025 10:33:44 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						}
					]
				},
				{
					"name": "Register new Customer",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"firstName\" : \"Houda\",\r\n    \"lastName\" :\"po 2\",\r\n    \"phoneNumber\" : \"+212670770743\",\r\n    \"walletType\" : \"C\" , \r\n    \"cin\" : \"K123456\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customers/register",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customers",
								"register"
							],
							"query": [
								{
									"key": "PhoneNumber",
									"value": "+212607530407",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"firstName\" : \"Lati\",\r\n    \"lastName\" :\"mariame\",\r\n    \"phoneNumber\" : \"+212699465863\",\r\n    \"walletType\" : \"P\" , \r\n    \"cin\" : \"Kj00000\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/register",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"register"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212607530407",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:31:34 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "Pending confirmation",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"firstName\" : \"Lati\",\r\n    \"lastName\" :\"mariame\",\r\n    \"phoneNumber\" : \"+212699465863\",\r\n    \"walletType\" : \"P\" , \r\n    \"cin\" : \"Kj00000\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/register",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"register"
									],
									"query": [
										{
											"key": "PhoneNumber",
											"value": "+212607530407",
											"disabled": true
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:32:41 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 20009,\n    \"errorDescription\": \"The request is pending confirmation. Please wait for further processing.\"\n}"
						}
					]
				},
				{
					"name": "Confirm Registration",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"phoneNumber\": \"+212665638046\",\r\n  \"code\": \"533-336\" , \r\n  \"autoActivate\" : true\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{host}}/api/customers/register/confirm",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"register",
								"confirm"
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"code\": \"779-991\" , \r\n  \"autoActivate\" : false\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/register/confirm",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"register",
										"confirm"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:36:51 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "No pending request associated",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"code\": \"779-991\" , \r\n  \"autoActivate\" : false\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/register/confirm",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"register",
										"confirm"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:37:11 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 20017,\n    \"errorDescription\": \"There is no pending request associated with the provided Phone Number.\"\n}"
						}
					]
				},
				{
					"name": "Resend OTP",
					"request": {
						"method": "POST",
						"header": [],
						"url": {
							"raw": "{{host}}/api/customers/register/confirm/resendOTP?phoneNumber=+212601798374",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"register",
								"confirm",
								"resendOTP"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212601798374"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Activate Customer",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"pin\": \"1234\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{host}}/api/customers/pin",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"pin"
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"pin\": \"1234\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customers/pin",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"pin"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:39:59 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "Already Activared",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"pin\": \"1234\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customers/pin",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"pin"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:40:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 26004,\n    \"errorDescription\": \"A PIN has already been set for this wallet\"\n}"
						}
					]
				},
				{
					"name": "Login",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"PhoneNumber\" : \"+212607530407\" , \r\n    \"Pin\" : \"0011\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{chari}}/api/customers/login",
							"host": [
								"{{chari}}"
							],
							"path": [
								"api",
								"customers",
								"login"
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"PhoneNumber\" : \"+212607530407\" , \r\n    \"Pin\" : \"0000\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customers/login",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"login"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:25:14 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"logged\": true,\n        \"remainingAttempts\": 5\n    }\n}"
						},
						{
							"name": "Wrong PIN",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"PhoneNumber\" : \"+212607530407\" , \r\n    \"Pin\" : \"0011\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customers/login",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"login"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:26:13 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"logged\": false,\n        \"remainingAttempts\": 3\n    }\n}"
						}
					]
				},
				{
					"name": "Change Pin",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"oldPin\": \"1111\",\r\n  \"newPin\" : \"0000\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customers/pin",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customers",
								"pin"
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"oldPin\": \"1234\",\r\n  \"newPin\" : \"1111\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/pin",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"pin"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:42:59 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "Incorrect Pin",
							"originalRequest": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"oldPin\": \"0000\",\r\n  \"newPin\" : \"1111\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/pin",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"pin"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:43:22 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 26001,\n    \"errorDescription\": \"The entered PIN is incorrect.\"\n}"
						},
						{
							"name": "Invalid Pin",
							"originalRequest": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"phoneNumber\": \"+212699465863\",\r\n  \"oldPin\": \"1111\",\r\n  \"newPin\" : \"110\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/pin",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"pin"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:44:20 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 26005,\n    \"errorDescription\": \"The provided PIN does not meet the required format (must be a 4-digit number).\"\n}"
						}
					]
				},
				{
					"name": "Upload merchant docs",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "kycDocuments[0].docType",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kycDocuments[0].docFront",
									"type": "file",
									"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
								},
								{
									"key": "kycDocuments[0].docBack",
									"type": "file",
									"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
								},
								{
									"key": "kycDocuments[1].docType",
									"value": "8",
									"type": "text"
								},
								{
									"key": "kycDocuments[1].docFront",
									"type": "file",
									"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
								}
							]
						},
						"url": {
							"raw": "{{host}}/api/customers/merchant/kyc/request?phoneNumber=+212652364056",
							"host": [
								"{{host}}"
							],
							"path": [
								"api",
								"customers",
								"merchant",
								"kyc",
								"request"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212652364056"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "kycDocuments[0].docType",
											"value": "1",
											"type": "text"
										},
										{
											"key": "kycDocuments[0].docFront",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										},
										{
											"key": "kycDocuments[0].docBack",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										},
										{
											"key": "kycDocuments[1].docType",
											"value": "8",
											"type": "text"
										},
										{
											"key": "kycDocuments[1].docFront",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										}
									]
								},
								"url": {
									"raw": "{{host}}/api/customers/merchant/kyc/request?phoneNumber=+212622730632",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"merchant",
										"kyc",
										"request"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212622730632"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Thu, 28 Aug 2025 09:42:03 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "Error",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "kycDocuments[0].docType",
											"value": "1",
											"type": "text"
										},
										{
											"key": "kycDocuments[0].docFront",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										},
										{
											"key": "kycDocuments[0].docBack",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										},
										{
											"key": "kycDocuments[1].docType",
											"value": "8",
											"type": "text"
										},
										{
											"key": "kycDocuments[1].docFront",
											"type": "file",
											"src": "postman-cloud:///1efcbd04-ca60-4700-a14f-52f6e9ebe78c"
										}
									]
								},
								"url": {
									"raw": "{{host}}/api/customers/merchant/kyc/request?phoneNumber=+212622730632",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customers",
										"merchant",
										"kyc",
										"request"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212622730632"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Thu, 28 Aug 2025 09:50:20 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 32000,\n    \"errorDescription\": \"An upgrade request is already under review for this account.\"\n}"
						}
					]
				}
			],
			"description": "### 📦 Customer Registration Process – ChariMoney API\n\nThis Postman collection includes all endpoints required to register a new customer on ChariMoney. Below is a step-by-step explanation of the registration workflow.\n\n### 🔐 Important Notes\n\n- `phoneNumber` is a **unique identifier** for each customer.\n    \n- You **cannot register multiple customers** with the same `phoneNumber`. If the number already exists, an error will be returned.\n    \n\n### 1- Check Customer Status\n\n**Endpoint:** `GetStatus`\n\nUse this endpoint to check the current status of a given `phoneNumber`.\n\n**Possible Status Values:**\n\nNot_Exists = 0 // The number does not exist in ChariMoney.  \nNot_Confirmed = 1 // The number exists in ChariMoney but is not yet enrolled in Switch (OTP not confirmed).  \nConfirmed = 2 // The number exists and is enrolled in Switch.  \nActive = 3 // The number exists, is enrolled in Switch, and is active in ChariMoney (PIN set).\n\n### 2- Register New Customer\n\n**Endpoint:** `Register`\n\nRegister a new customer using a **non-registered** `phoneNumber` and other required customer details.\n\n- If the phone number already exists, an error will be thrown.\n    \n- On success, the number is added with the status `Not_Confirmed`.\n    \n\n### 3- Confirm Registration (OTP)\n\n**Endpoint:** `Confirm`\n\nConfirm the registration by providing the OTP sent by Switch to the `phoneNumber`.\n\n- Status will be updated to `Confirmed` upon success.\n    \n- If you **do not plan to use ChariMoney's PIN system**, you can pass the parameter `autoActivate = true` to directly activate the customer without needing the next step.\n    \n\n### 4-Activate Customer (Set Wallet PIN)\n\n**Endpoint:** `Activate`  \nSet a **wallet PIN** for the customer (recommended).\n\n- This PIN is used only for the login endpoint, which returns a simple `true/false` and the number of remaining attempts.\n    \n- No token or session is returned — this mechanism is primarily intended for partners to implement their own secure logic on top of the login.\n    \n\nKYC :\n\n**DocTypes :**\n\n| **Document** | **Id** |\n| --- | --- |\n| IdentityCard | 1 |\n| DrivingLicense | 2 |\n| Passport | 3 |\n| ResidencePermit | 4 |\n| ProofOfIncome | 5 |\n| ProofOfResidence | 6 |\n| Selfie | 7 |\n| CommercialRegister | 8 |"
		},
		{
			"name": "Customer details",
			"item": [
				{
					"name": "List Operations",
					"item": [
						{
							"name": "List of operations by customer",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/operations?phoneNumber=+212670770743&pageSize=3&pageNumber=1",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"operations"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212670770743"
										},
										{
											"key": "pageSize",
											"value": "3"
										},
										{
											"key": "pageNumber",
											"value": "1"
										},
										{
											"key": "operationType",
											"value": "3",
											"disabled": true
										},
										{
											"key": "from",
											"value": "2025-08-18",
											"disabled": true
										},
										{
											"key": "to",
											"value": "2025-08-19",
											"disabled": true
										}
									]
								}
							},
							"response": [
								{
									"name": "New Request",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{host}}/api/operations?phoneNumber=+212670770743&pageSize=10&pageNumber=1&operationType=3",
											"host": [
												"{{host}}"
											],
											"path": [
												"api",
												"operations"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212670770743"
												},
												{
													"key": "pageSize",
													"value": "10"
												},
												{
													"key": "pageNumber",
													"value": "1"
												},
												{
													"key": "operationType",
													"value": "3"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Aug 2025 09:51:39 GMT"
										},
										{
											"key": "Server",
											"value": "Kestrel"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"collection\": [\n            {\n                \"operationId\": 1673,\n                \"transactionId\": 2932,\n                \"amount\": 20,\n                \"transactionDate\": \"2025-07-17T12:03:53.044571\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"Paiement\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1587,\n                \"transactionId\": 2804,\n                \"amount\": 1000,\n                \"transactionDate\": \"2025-07-07T14:57:49.784913\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212609296026\",\n                \"description\": \"Don\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1586,\n                \"transactionId\": 2802,\n                \"amount\": 500,\n                \"transactionDate\": \"2025-07-07T14:57:07.376304\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212663042131\",\n                \"description\": \"test\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1578,\n                \"transactionId\": 2786,\n                \"amount\": 10,\n                \"transactionDate\": \"2025-07-07T14:51:29.620064\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"Paiement\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1570,\n                \"transactionId\": 2771,\n                \"amount\": 10,\n                \"transactionDate\": \"2025-07-07T14:12:41.179476\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"Don\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1528,\n                \"transactionId\": 2714,\n                \"amount\": 500,\n                \"transactionDate\": \"2025-06-30T14:50:20.769291\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"abc\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 1,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1379,\n                \"transactionId\": 2479,\n                \"amount\": 22,\n                \"transactionDate\": \"2025-06-11T12:18:14.402343\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"Restaurant\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1341,\n                \"transactionId\": 2427,\n                \"amount\": 50,\n                \"transactionDate\": \"2025-06-03T15:16:23.612041\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"test\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1252,\n                \"transactionId\": 2229,\n                \"amount\": 28,\n                \"transactionDate\": \"2025-05-14T16:28:19.088223\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212611426468\",\n                \"description\": \"testyi\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            },\n            {\n                \"operationId\": 1229,\n                \"transactionId\": 2191,\n                \"amount\": 20,\n                \"transactionDate\": \"2025-05-14T12:16:11.542827\",\n                \"operationType\": 3,\n                \"accountNumber\": \"+212601798374\",\n                \"description\": \"test\",\n                \"method\": null,\n                \"beneficiaryName\": \"\",\n                \"transactionStatus\": 2,\n                \"sens\": 2,\n                \"openLoop\": false\n            }\n        ],\n        \"count\": 16\n    }\n}"
								}
							]
						},
						{
							"name": "List of operations",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/operations/all?pageSize=100&pageNumber=1",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"operations",
										"all"
									],
									"query": [
										{
											"key": "pageSize",
											"value": "100"
										},
										{
											"key": "pageNumber",
											"value": "1"
										},
										{
											"key": "operationType",
											"value": "3",
											"disabled": true
										}
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{host}}/api/operations/all?pageSize=100&pageNumber=1",
											"host": [
												"{{host}}"
											],
											"path": [
												"api",
												"operations",
												"all"
											],
											"query": [
												{
													"key": "pageSize",
													"value": "100"
												},
												{
													"key": "pageNumber",
													"value": "1"
												},
												{
													"key": "operationType",
													"value": "3",
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Thu, 28 Aug 2025 12:08:11 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"collection\": [\n            {\n                \"operationId\": 1819,\n                \"description\": \"3202\",\n                \"operationType\": 1,\n                \"accountId\": 218,\n                \"primaryAccountNumber\": \"+212612910553\",\n                \"secondaryAccountNumber\": \"+212612910553\",\n                \"feesAmount\": 0,\n                \"method\": \"card\",\n                \"amount\": 2000,\n                \"operationDate\": \"2025-08-19T15:54:57.448952\",\n                \"openLoop\": false,\n                \"operationStatus\": 2,\n                \"partnerId\": 67,\n                \"transactions\": [\n                    {\n                        \"transactionId\": 3133,\n                        \"reference\": \"T0167-25081914-1495\",\n                        \"amount\": 2000,\n                        \"transactionDate\": \"2025-08-19T15:54:57.448952\",\n                        \"transactionTypeId\": 1,\n                        \"accountId\": 218,\n                        \"accountPhoneNumber\": \"+212612910553\",\n                        \"transactionStatus\": 2,\n                        \"sens\": 1,\n                        \"isParent\": true\n                    }\n                ]\n            }\n        ],\n        \"count\": 1\n    }\n}"
								}
							]
						},
						{
							"name": "Operation by Id",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/operations/1673?phoneNumber=+212601798374",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"operations",
										"1673"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										}
									]
								}
							},
							"response": [
								{
									"name": "New Request",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{host}}/api/operations/1673?phoneNumber=+212601798374",
											"host": [
												"{{host}}"
											],
											"path": [
												"api",
												"operations",
												"1673"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Date",
											"value": "Fri, 22 Aug 2025 10:35:38 GMT"
										},
										{
											"key": "Server",
											"value": "Kestrel"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"operationId\": 1673,\n        \"transactionId\": 2933,\n        \"transactionReference\": \"T0301-25071711-1299\",\n        \"amount\": 20,\n        \"reason\": \"Paiement\",\n        \"operationType\": 3,\n        \"transactionDate\": \"2025-07-17T12:03:53.062961\",\n        \"sens\": 1,\n        \"transactionStatus\": 2,\n        \"feesAmount\": 0,\n        \"totalAmount\": 20,\n        \"transactionFeesId\": null,\n        \"sender\": \"+212670770743\",\n        \"receiver\": \"+212601798374\",\n        \"beneficiary\": null,\n        \"voucherDetails\": null\n    }\n}"
								}
							]
						}
					],
					"description": "**Operations type:**\n\n| **Operation** | **Id** |\n| --- | --- |\n| CASHIN | 1 |\n| CASHOUT | 2 |\n| TRANSFER | 3 |\n| Diposite | 4 |\n| PAYMENT_PUSH | 5 |\n| PAYMENT_PULL | 6 |\n| PAIMENT_REFUND | 7 |\n| ALIMENTATION_AGENT | 8 |\n| BANK_TRANSFER | 9 |\n| Mobile_TOP_UP | 10 |\n| I | 11 |\n| CHARGEBACK | 12 |"
				},
				{
					"name": "Customer info",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customers/info?phoneNumber=+212601798374",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customers",
								"info"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212601798374"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/info?phoneNumber=+212699465863",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"info"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:56:09 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"id\": 103,\n        \"fullName\": \"Lati mariame\",\n        \"firstName\": \"Lati\",\n        \"lastName\": \"mariame\",\n        \"phoneNumber\": \"+212699465863\",\n        \"createdAt\": \"2025-08-04T09:36:29.799358\",\n        \"enrolledAt\": \"2025-08-04T09:36:51.371771\",\n        \"balance\": 0,\n        \"accountType\": 2,\n        \"rib\": \"827640000010000000020255\",\n        \"accountLevel\": 1,\n        \"customerStatus\": 3,\n        \"partnerId\": 1,\n        \"createdBy\": null,\n        \"levelInReview\": null,\n        \"partner\": {\n            \"id\": 1,\n            \"name\": \"Chari.ma\",\n            \"email\": \"abdennour@chari.com\",\n            \"active\": true,\n            \"createdAt\": \"2024-06-30T20:28:28.467\",\n            \"description\": \"Chari.ma\",\n            \"principalAgentId\": null\n        }\n    }\n}"
						},
						{
							"name": "Not Exist",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/info?phoneNumber=+212699465869",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"info"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212699465869"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 08:57:55 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 20005,\n    \"errorDescription\": \"The specified user could not be found.\"\n}"
						}
					]
				},
				{
					"name": "Customer Balance",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customers/balance?phoneNumber=+212607530407",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customers",
								"balance"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212607530407"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customers/balance?phoneNumber=+212607530408",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customers",
										"balance"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212607530408"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:00:22 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"balance\": 194,\n        \"currency\": \"MAD\"\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Beneficiaries",
			"item": [
				{
					"name": "Add beneficiary",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"name\" : \"abdennour chari\" , \r\n    \"phoneNumber\" : \"+212601798674\",\r\n    \"email\": \"abc@chari.com\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customer/beneficiaries?phoneNumber=+charimoneyBaasBaseUrl",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customer",
								"beneficiaries"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+charimoneyBaasBaseUrl"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"name\" : \"abdennour chari\" , \r\n    \"phoneNumber\" : \"+212601798674\",\r\n    \"email\": \"abc@chari.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries?phoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:11:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"id\": 169,\n        \"customerId\": 103,\n        \"name\": \"abdennour chari\",\n        \"phoneNumber\": \"+212601798674\",\n        \"createdAt\": \"2025-08-04T10:11:30.9067043Z\",\n        \"isVisible\": true,\n        \"rib\": null,\n        \"email\": \"abc@chari.com\"\n    }\n}"
						},
						{
							"name": "Already exist",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"name\" : \"abdennour\" , \r\n    \"phoneNumber\" : \"+212677406699\",\r\n    \"email\": \"abc@chari.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries?phoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:10:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 27000,\n    \"errorDescription\": \"The Beneficiary already exist with the same phoneNumber.\"\n}"
						}
					]
				},
				{
					"name": "Get List Beneficiaries",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customer/beneficiaries?phoneNumber=+212601798378&pageSize=10&pageNumber=1",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customer",
								"beneficiaries"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212601798378"
								},
								{
									"key": "pageSize",
									"value": "10"
								},
								{
									"key": "pageNumber",
									"value": "1"
								},
								{
									"key": "name",
									"value": "Houda",
									"disabled": true
								},
								{
									"key": "search",
									"value": "Houda",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries?phoneNumber=+212601798374&pageSize=10&pageNumber=1&search=Houda",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										},
										{
											"key": "pageSize",
											"value": "10"
										},
										{
											"key": "pageNumber",
											"value": "1"
										},
										{
											"key": "name",
											"value": "Houda",
											"disabled": true
										},
										{
											"key": "search",
											"value": "Houda"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:13:46 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"collection\": [\n            {\n                \"id\": 69,\n                \"customerId\": 10,\n                \"name\": \"Abde jr\",\n                \"phoneNumber\": \"+212604124542\",\n                \"createdAt\": \"2024-12-06T13:10:59.240862\",\n                \"isVisible\": true,\n                \"rib\": \"827640000010000000005843\",\n                \"email\": \"\"\n            },\n            {\n                \"id\": 71,\n                \"customerId\": 10,\n                \"name\": \"Douae Khalil\",\n                \"phoneNumber\": \"+212616752646\",\n                \"createdAt\": \"2024-12-06T13:40:08.947642\",\n                \"isVisible\": true,\n                \"rib\": null,\n                \"email\": null\n            },\n            {\n                \"id\": 36,\n                \"customerId\": 10,\n                \"name\": \"hami\",\n                \"phoneNumber\": \"+212601554875\",\n                \"createdAt\": \"2024-12-02T16:13:09.235496\",\n                \"isVisible\": true,\n                \"rib\": \"\",\n                \"email\": \"\"\n            },\n            {\n                \"id\": 27,\n                \"customerId\": 10,\n                \"name\": \"Houda abdellaoui\",\n                \"phoneNumber\": \"+212670770743\",\n                \"createdAt\": \"2024-11-21T14:35:53.81111\",\n                \"isVisible\": true,\n                \"rib\": \"827640000010000000006522\",\n                \"email\": null\n            },\n            {\n                \"id\": 25,\n                \"customerId\": 10,\n                \"name\": \"Majid\",\n                \"phoneNumber\": \"+212611426468\",\n                \"createdAt\": \"2024-11-21T14:17:28.575148\",\n                \"isVisible\": true,\n                \"rib\": null,\n                \"email\": null\n            }\n        ],\n        \"count\": 5\n    }\n}"
						},
						{
							"name": "Search",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries?phoneNumber=+212601798374&pageSize=10&pageNumber=1&search=Houda",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										},
										{
											"key": "pageSize",
											"value": "10"
										},
										{
											"key": "pageNumber",
											"value": "1"
										},
										{
											"key": "name",
											"value": "Houda",
											"disabled": true
										},
										{
											"key": "search",
											"value": "Houda"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:14:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"collection\": [\n            {\n                \"id\": 27,\n                \"customerId\": 10,\n                \"name\": \"Houda abdellaoui\",\n                \"phoneNumber\": \"+212670770743\",\n                \"createdAt\": \"2024-11-21T14:35:53.81111\",\n                \"isVisible\": true,\n                \"rib\": \"827640000010000000006522\",\n                \"email\": null\n            }\n        ],\n        \"count\": 1\n    }\n}"
						},
						{
							"name": "Not Exist Customer",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries?phoneNumber=+212601798378&pageSize=10&pageNumber=1",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798378"
										},
										{
											"key": "pageSize",
											"value": "10"
										},
										{
											"key": "pageNumber",
											"value": "1"
										},
										{
											"key": "name",
											"value": "Houda",
											"disabled": true
										},
										{
											"key": "search",
											"value": "Houda",
											"disabled": true
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:14:45 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 20005,\n    \"errorDescription\": \"The specified user could not be found.\"\n}"
						}
					]
				},
				{
					"name": "Delete beneficiary",
					"request": {
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customer/beneficiaries/69?phoneNumber=+212601798374",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customer",
								"beneficiaries",
								"69"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212601798374"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries/69?phoneNumber=+212601798374",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries",
										"69"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:17:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": true\n}"
						},
						{
							"name": "Beneficiary not exist",
							"originalRequest": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{host}}/api/customer/beneficiaries/69?phoneNumber=+212699465863",
									"host": [
										"{{host}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries",
										"69"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212699465863"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:15:30 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "nginx"
								}
							],
							"cookie": [],
							"body": "{\n    \"errorCode\": 27001,\n    \"errorDescription\": \"The Beneficiary does not exist.\"\n}"
						}
					]
				},
				{
					"name": "update beneficiary Copy",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"name\": \"amin el alouchi\",\n    \"phoneNumber\": \"+212607530407\",\n    \"rib\": \"147854875966548745215474\",\n    \"email\": null\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{charimoneyBaasBaseUrl}}/api/customer/beneficiaries/134?phoneNumber=+212607530407",
							"host": [
								"{{charimoneyBaasBaseUrl}}"
							],
							"path": [
								"api",
								"customer",
								"beneficiaries",
								"134"
							],
							"query": [
								{
									"key": "phoneNumber",
									"value": "+212607530407"
								}
							]
						}
					},
					"response": [
						{
							"name": "Success",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\": \"amin el alouchi\",\n    \"phoneNumber\": \"+212607530407\",\n    \"rib\": \"147854875966548745215474\",\n    \"email\": null\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/customer/beneficiaries/134?phoneNumber=+212607530407",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"customer",
										"beneficiaries",
										"134"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212607530407"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": null,
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json; charset=utf-8"
								},
								{
									"key": "Date",
									"value": "Mon, 04 Aug 2025 09:24:22 GMT"
								},
								{
									"key": "Server",
									"value": "Kestrel"
								},
								{
									"key": "Transfer-Encoding",
									"value": "chunked"
								}
							],
							"cookie": [],
							"body": "{\n    \"data\": {\n        \"id\": 134,\n        \"customerId\": 56,\n        \"name\": \"amin el alouchi\",\n        \"phoneNumber\": \"+212607530407\",\n        \"createdAt\": \"2025-06-16T10:24:37.819647\",\n        \"isVisible\": true,\n        \"rib\": \"147854875966548745215474\",\n        \"email\": null\n    }\n}"
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Operations",
			"item": [
				{
					"name": "CashIn",
					"item": [
						{
							"name": "Tokenized Cards",
							"item": [
								{
									"name": "Add new Tokenized Card",
									"request": {
										"method": "POST",
										"header": [
											{
												"key": "X-Forwarded-For",
												"value": "192.168.1.1",
												"type": "text",
												"disabled": true
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"FirstName\": \"ABDENNOUR\",\r\n    \"LastName\": \"HASSOUNE\",\r\n    \"Pan\": \"4918914107195005\",\r\n    \"ExpiryDate\": \"3005\",\r\n    \"Cvv\": \"123\",\r\n    \"CardName\" : \"Abdennour CIH\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"customers",
												"tokenized",
												"cards"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"response": [
										{
											"name": "Success",
											"originalRequest": {
												"method": "POST",
												"header": [
													{
														"key": "X-Forwarded-For",
														"value": "192.168.1.1",
														"type": "text",
														"disabled": true
													}
												],
												"body": {
													"mode": "raw",
													"raw": "{\r\n    \"FirstName\": \"ABDENNOUR\",\r\n    \"LastName\": \"HASSOUNE\",\r\n    \"Pan\": \"4918914107195005\",\r\n    \"ExpiryDate\": \"3005\",\r\n    \"Cvv\": \"123\",\r\n    \"CardName\" : \"Abdennour CIH\"\r\n}",
													"options": {
														"raw": {
															"language": "json"
														}
													}
												},
												"url": {
													"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards?phoneNumber=+212601798374",
													"host": [
														"{{charimoneyBaasBaseUrl}}"
													],
													"path": [
														"api",
														"customers",
														"tokenized",
														"cards"
													],
													"query": [
														{
															"key": "phoneNumber",
															"value": "+212601798374"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": null,
											"header": [
												{
													"key": "Date",
													"value": "Tue, 12 Aug 2025 19:08:53 GMT"
												},
												{
													"key": "Content-Type",
													"value": "application/json; charset=utf-8"
												},
												{
													"key": "Transfer-Encoding",
													"value": "chunked"
												},
												{
													"key": "Connection",
													"value": "keep-alive"
												},
												{
													"key": "Server",
													"value": "nginx"
												}
											],
											"cookie": [],
											"body": "{\n    \"data\": true\n}"
										}
									]
								},
								{
									"name": "Get List Cards",
									"event": [
										{
											"listen": "test",
											"script": {
												"exec": [
													"var template = `",
													"<style type=\"text/css\">",
													"    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}",
													"    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}",
													"    .tftable tr {background-color:#ffffff;}",
													"    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}",
													"    .tftable tr:hover {background-color:#e0ffff;}",
													"</style>",
													"",
													"<table class=\"tftable\" border=\"1\">",
													"    <tr>",
													"        <th>Customer Bank Card ID</th>",
													"        <th>Masked PAN</th>",
													"        <th>Card Expiry Date</th>",
													"        <th>Issuer</th>",
													"        <th>Created At</th>",
													"        <th>Cardholder Firstname</th>",
													"        <th>Cardholder Lastname</th>",
													"        <th>Scheme</th>",
													"    </tr>",
													"    ",
													"    {{#each response.data.collection}}",
													"        <tr>",
													"            <td>{{customerBankCardId}}</td>",
													"            <td>{{maskedPan}}</td>",
													"            <td>{{cardExpiryDate}}</td>",
													"            <td>{{issuer}}</td>",
													"            <td>{{createdAt}}</td>",
													"            <td>{{cardholderFirstname}}</td>",
													"            <td>{{cardholderLastname}}</td>",
													"            <td>{{scheme}}</td>",
													"        </tr>",
													"    {{/each}}",
													"</table>",
													"`;",
													"",
													"function constructVisualizerPayload() {",
													"    return {response: pm.response.json()}",
													"}",
													"",
													"pm.visualizer.set(template, constructVisualizerPayload());"
												],
												"type": "text/javascript",
												"packages": {}
											}
										},
										{
											"listen": "prerequest",
											"script": {
												"exec": [
													""
												],
												"type": "text/javascript",
												"packages": {}
											}
										}
									],
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"customers",
												"tokenized",
												"cards"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												},
												{
													"key": "pageSize",
													"value": "2",
													"disabled": true
												},
												{
													"key": "pageNumber",
													"value": "1",
													"disabled": true
												}
											]
										}
									},
									"response": [
										{
											"name": "List of tokenized card for customer X",
											"originalRequest": {
												"method": "GET",
												"header": [],
												"url": {
													"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards?phoneNumber=+212601798374",
													"host": [
														"{{charimoneyBaasBaseUrl}}"
													],
													"path": [
														"api",
														"customers",
														"tokenized",
														"cards"
													],
													"query": [
														{
															"key": "phoneNumber",
															"value": "+212601798374"
														},
														{
															"key": "pageSize",
															"value": "2",
															"disabled": true
														},
														{
															"key": "pageNumber",
															"value": "1",
															"disabled": true
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": null,
											"header": [
												{
													"key": "Date",
													"value": "Tue, 12 Aug 2025 19:04:24 GMT"
												},
												{
													"key": "Content-Type",
													"value": "application/json; charset=utf-8"
												},
												{
													"key": "Transfer-Encoding",
													"value": "chunked"
												},
												{
													"key": "Connection",
													"value": "keep-alive"
												},
												{
													"key": "Server",
													"value": "nginx"
												}
											],
											"cookie": [],
											"body": "{\n    \"data\": {\n        \"collection\": [\n            {\n                \"customerBankCardId\": 67,\n                \"maskedPan\": \"****5005\",\n                \"cardExpiryDate\": \"3005\",\n                \"issuer\": null,\n                \"createdAt\": \"2025-08-11T13:24:06.35455\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": \"CIH\"\n            },\n            {\n                \"customerBankCardId\": 65,\n                \"maskedPan\": \"****5005\",\n                \"cardExpiryDate\": \"2511\",\n                \"issuer\": null,\n                \"createdAt\": \"2025-07-28T12:07:56.833555\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 50,\n                \"maskedPan\": \"****5005\",\n                \"cardExpiryDate\": \"2605\",\n                \"issuer\": \"CDM\",\n                \"createdAt\": \"2025-06-19T12:51:40.850609\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 47,\n                \"maskedPan\": \"****5005\",\n                \"cardExpiryDate\": \"2805\",\n                \"issuer\": \"CIH\",\n                \"createdAt\": \"2025-06-15T14:11:47.364317\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": \"CIH\"\n            },\n            {\n                \"customerBankCardId\": 46,\n                \"maskedPan\": \"****5005\",\n                \"cardExpiryDate\": \"2705\",\n                \"issuer\": \"CIH\",\n                \"createdAt\": \"2025-06-15T14:11:31.766984\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": \"CIH\"\n            },\n            {\n                \"customerBankCardId\": 42,\n                \"maskedPan\": \"****7647\",\n                \"cardExpiryDate\": \"2601\",\n                \"issuer\": \"ABB\",\n                \"createdAt\": \"2025-06-04T16:14:15.85618\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 41,\n                \"maskedPan\": \"****1080\",\n                \"cardExpiryDate\": \"2601\",\n                \"issuer\": \"CIH\",\n                \"createdAt\": \"2025-06-04T16:13:46.013991\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 40,\n                \"maskedPan\": \"****0012\",\n                \"cardExpiryDate\": \"3112\",\n                \"issuer\": \"DAMANECASH\",\n                \"createdAt\": \"2025-06-04T16:11:53.426911\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 39,\n                \"maskedPan\": \"****1017\",\n                \"cardExpiryDate\": \"2512\",\n                \"issuer\": \"CIH\",\n                \"createdAt\": \"2025-06-04T16:11:08.332743\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            },\n            {\n                \"customerBankCardId\": 38,\n                \"maskedPan\": \"****2961\",\n                \"cardExpiryDate\": \"2603\",\n                \"issuer\": \"CDM\",\n                \"createdAt\": \"2025-06-04T15:51:31.154813\",\n                \"cardholderFirstname\": \"ABDENNOUR\",\n                \"cardholderLastname\": \"HASSOUNE\",\n                \"scheme\": null,\n                \"cardName\": null\n            }\n        ],\n        \"count\": 11\n    }\n}"
										}
									]
								},
								{
									"name": "Get card by Id",
									"event": [
										{
											"listen": "test",
											"script": {
												"exec": [
													"var template = `",
													"<style type=\"text/css\">",
													"    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}",
													"    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}",
													"    .tftable tr {background-color:#ffffff;}",
													"    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}",
													"    .tftable tr:hover {background-color:#e0ffff;}",
													"</style>",
													"",
													"<table class=\"tftable\" border=\"1\">",
													"    <tr>",
													"        <th>Customer Bank Card ID</th>",
													"        <th>Masked PAN</th>",
													"        <th>Card Expiry Date</th>",
													"        <th>Issuer</th>",
													"        <th>Created At</th>",
													"        <th>Cardholder Firstname</th>",
													"        <th>Cardholder Lastname</th>",
													"        <th>Scheme</th>",
													"    </tr>",
													"    ",
													"    {{#each response.data.collection}}",
													"        <tr>",
													"            <td>{{customerBankCardId}}</td>",
													"            <td>{{maskedPan}}</td>",
													"            <td>{{cardExpiryDate}}</td>",
													"            <td>{{issuer}}</td>",
													"            <td>{{createdAt}}</td>",
													"            <td>{{cardholderFirstname}}</td>",
													"            <td>{{cardholderLastname}}</td>",
													"            <td>{{scheme}}</td>",
													"        </tr>",
													"    {{/each}}",
													"</table>",
													"`;",
													"",
													"function constructVisualizerPayload() {",
													"    return {response: pm.response.json()}",
													"}",
													"",
													"pm.visualizer.set(template, constructVisualizerPayload());"
												],
												"type": "text/javascript",
												"packages": {},
												"requests": {}
											}
										},
										{
											"listen": "prerequest",
											"script": {
												"exec": [
													""
												],
												"type": "text/javascript",
												"packages": {},
												"requests": {}
											}
										}
									],
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards/116?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"customers",
												"tokenized",
												"cards",
												"116"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												},
												{
													"key": "pageSize",
													"value": "2",
													"disabled": true
												},
												{
													"key": "pageNumber",
													"value": "",
													"disabled": true
												}
											]
										}
									},
									"response": [
										{
											"name": "Tokenized Card by Id",
											"originalRequest": {
												"method": "GET",
												"header": [],
												"url": {
													"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards/67?phoneNumber=+212601798374",
													"host": [
														"{{charimoneyBaasBaseUrl}}"
													],
													"path": [
														"api",
														"customers",
														"tokenized",
														"cards",
														"67"
													],
													"query": [
														{
															"key": "phoneNumber",
															"value": "+212601798374"
														},
														{
															"key": "pageSize",
															"value": "2",
															"disabled": true
														},
														{
															"key": "pageNumber",
															"value": "",
															"disabled": true
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": null,
											"header": [
												{
													"key": "Date",
													"value": "Tue, 12 Aug 2025 19:07:58 GMT"
												},
												{
													"key": "Content-Type",
													"value": "application/json; charset=utf-8"
												},
												{
													"key": "Transfer-Encoding",
													"value": "chunked"
												},
												{
													"key": "Connection",
													"value": "keep-alive"
												},
												{
													"key": "Server",
													"value": "nginx"
												}
											],
											"cookie": [],
											"body": "{\n    \"data\": {\n        \"customerBankCardId\": 67,\n        \"maskedPan\": \"****5005\",\n        \"cardExpiryDate\": \"3005\",\n        \"issuer\": null,\n        \"createdAt\": \"2025-08-11T13:24:06.35455\",\n        \"cardholderFirstname\": \"ABDENNOUR\",\n        \"cardholderLastname\": \"HASSOUNE\",\n        \"scheme\": null,\n        \"cardName\": \"CIH\"\n    }\n}"
										}
									]
								},
								{
									"name": "Delete Card",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards/67?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"customers",
												"tokenized",
												"cards",
												"67"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"response": [
										{
											"name": "Success",
											"originalRequest": {
												"method": "DELETE",
												"header": [],
												"url": {
													"raw": "{{charimoneyBaasBaseUrl}}/api/customers/tokenized/cards/67?phoneNumber=+212601798374",
													"host": [
														"{{charimoneyBaasBaseUrl}}"
													],
													"path": [
														"api",
														"customers",
														"tokenized",
														"cards",
														"67"
													],
													"query": [
														{
															"key": "phoneNumber",
															"value": "+212601798374"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": null,
											"header": [
												{
													"key": "Date",
													"value": "Tue, 12 Aug 2025 19:08:25 GMT"
												},
												{
													"key": "Content-Type",
													"value": "application/json; charset=utf-8"
												},
												{
													"key": "Transfer-Encoding",
													"value": "chunked"
												},
												{
													"key": "Connection",
													"value": "keep-alive"
												},
												{
													"key": "Server",
													"value": "nginx"
												}
											],
											"cookie": [],
											"body": "{\n    \"data\": true\n}"
										}
									]
								}
							]
						},
						{
							"name": "Cash in Card preview",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"amount\": 20 , \r\n  \"acceptUrl\": \"https://zazu.com\" ,\r\n  \"declineUrl\": \"https://zazu.decline.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card/preview?phoneNumber=+212601798374",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"cashin",
										"card",
										"preview"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										}
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n  \"amount\": 20\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card/preview?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"cashin",
												"card",
												"preview"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Tue, 12 Aug 2025 19:11:59 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"type\": 1,\n        \"operation\": {\n            \"phoneNumber\": \"+212601798374\",\n            \"amount\": 20,\n            \"method\": 2,\n            \"description\": \"CashIn Card\",\n            \"reference\": null,\n            \"entity\": null,\n            \"networkId\": null\n        },\n        \"feesAmount\": 0,\n        \"checkedAt\": \"2025-08-12T19:11:59.8062939Z\",\n        \"openLoop\": false\n    }\n}"
								}
							]
						},
						{
							"name": "Cash in card",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"FirstName\": \"ABDENNOUR\",\r\n    \"LastName\": \"HASSOUNE\",\r\n    \"Pan\": \"4918914107195005\",\r\n    \"ExpiryDate\": \"3007\",\r\n    \"Cvv\": \"123\",\r\n    \"Amount\": 20,\r\n    \"KeepAlive\": true , \r\n    \"acceptUrl\": \"https://zazu.com\" ,\r\n    \"declineUrl\": \"https://zazu.decline.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card?phoneNumber=+212601798374",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"cashin",
										"card"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										}
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"FirstName\": \"ABDENNOUR\",\r\n    \"LastName\": \"HASSOUNE\",\r\n    \"Pan\": \"4918914107195005\",\r\n    \"ExpiryDate\": \"3007\",\r\n    \"Cvv\": \"123\",\r\n    \"Amount\": 20,\r\n    \"KeepAlive\": true , \r\n    \"acceptUrl\": \"https://zazu.com\" ,\r\n    \"declineUrl\": \"https://zazu.decline.com\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"cashin",
												"card"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Wed, 24 Sep 2025 13:02:58 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"redirect\": true,\n        \"responseCode\": 0,\n        \"amount\": 20,\n        \"transactionTrackId\": \"64719326-312\",\n        \"orderId\": \"4de1fcbeed\",\n        \"transactionReferenceId\": \"2981\",\n        \"redirectionURL\": \"https://staging-api.charipay.ma:443/chari-frontend/home_card3?ORDER_ID=4de1fcbeed&REFERENCE_ID=2981&TRACK_ID=64719326-312\",\n        \"acceptURL\": \"https://zazu.com\",\n        \"declineURL\": \"https://zazu.com\"\n    }\n}"
								}
							]
						},
						{
							"name": "Cash in by saved Tokenized Card",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"cvv\": \"123\",\r\n    \"amount\": 12,\r\n    \"acceptUrl\": \"https://test.com\" ,\r\n    \"declineUrl\": \"https://test.decline.com\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card/116?phoneNumber=+212601798374",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"cashin",
										"card",
										"116"
									],
									"query": [
										{
											"key": "phoneNumber",
											"value": "+212601798374"
										}
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"cvv\": \"123\",\r\n    \"amount\": 12,\r\n    \"acceptUrl\": \"https://zazu.com\" ,\r\n    \"declineUrl\": \"https://zazu.decline.com\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/cashin/card/116?phoneNumber=+212601798374",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"cashin",
												"card",
												"116"
											],
											"query": [
												{
													"key": "phoneNumber",
													"value": "+212601798374"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Wed, 24 Sep 2025 13:11:13 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"redirect\": true,\n        \"responseCode\": 0,\n        \"amount\": 12,\n        \"transactionTrackId\": \"077748193385\",\n        \"orderId\": \"e70f39431c\",\n        \"transactionReferenceId\": \"2985\",\n        \"redirectionURL\": \"https://staging-api.charipay.ma:443/chari-frontend/home_card3?ORDER_ID=e70f39431c&REFERENCE_ID=2985&TRACK_ID=077748193385\",\n        \"acceptURL\": \"https://zazu.com\",\n        \"declineURL\": \"https://zazu.decline.com\"\n    }\n}"
								}
							]
						}
					],
					"description": "### 📦 Cash in Operation (By Card) – ChariMoney API\n\n- _**Card of test :**_\n    \n\n**Pan** : 4918914107195005  \n**CVV** : 123  \n**Expiry** date : 2611"
				},
				{
					"name": "Transfer",
					"item": [
						{
							"name": "Transfer Preview",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"customerPhoneNumber\": \"+212601798374\",\n    \"amount\": 100,\n    \"Reason\": \"cadeaux\",\n    \"recipientPhoneNumber\": \"+212670770743\"\n    //\"beneficiaryId\": 19\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/transfer/preview",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"transfer",
										"preview"
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n    \"customerPhoneNumber\": \"+212601798374\",\n    \"amount\": 100,\n    \"Reason\": \"cadeaux\",\n    \"recipientPhoneNumber\": \"+212670770743\"\n    //\"beneficiaryId\": 19\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/transfer/preview",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"transfer",
												"preview"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Tue, 12 Aug 2025 19:00:55 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"type\": 3,\n        \"operation\": {\n            \"customerPhoneNumber\": \"+212601798374\",\n            \"amount\": 100,\n            \"reason\": \"cadeaux\",\n            \"beneficiaryId\": null,\n            \"recipientPhoneNumber\": \"+212670770743\"\n        },\n        \"feesAmount\": 0,\n        \"totalAmount\": 100,\n        \"checkedAt\": \"2025-08-12T19:00:55.45013Z\",\n        \"openLoop\": false\n    }\n}"
								}
							]
						},
						{
							"name": "Transfer",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customerPhoneNumber\": \"+212601798374\",\n  \"amount\": 50,\n  \"Reason\": \"cadeaux\",\n  \"recipientPhoneNumber\": \"+212670770743\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/transfer",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"transfer"
									]
								}
							},
							"response": [
								{
									"name": "Success",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customerPhoneNumber\": \"+212601798374\",\n  \"amount\": 50,\n  \"Reason\": \"cadeaux\",\n  \"recipientPhoneNumber\": \"+212670770743\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/transfer",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"transfer"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Wed, 24 Sep 2025 13:12:18 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"operationType\": 3,\n        \"operationId\": 2181,\n        \"amount\": 50,\n        \"feesAmount\": 0,\n        \"totalAmount\": 50,\n        \"reason\": \"cadeaux\",\n        \"recipientPhoneNumber\": \"+212670770743\",\n        \"checkedAt\": \"2025-09-24T13:12:18.2475733Z\"\n    }\n}"
								}
							]
						}
					]
				},
				{
					"name": "Bank Trasfer",
					"item": [
						{
							"name": "Bank Transfer Preview",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customerPhoneNumber\": \"+212607530407\",\n  \"amount\": 50,\n  \"reason\": \"To Bachir\",\n  \"rib\": \"822780190904082101612571\" , \n  //\"BeneficiaryId\" : 69, you should provid a valid beneficiary ID \n  \"BeneficiaryName\" : \"Bachir BP\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/bank-transfer/preview",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"bank-transfer",
										"preview"
									]
								}
							},
							"response": [
								{
									"name": "Bank Transfer Preview",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customerPhoneNumber\": \"+212607530407\",\n  \"amount\": 50,\n  \"reason\": \"To Bachir\",\n  \"rib\": \"822780190904082101612571\" , \n  //\"BeneficiaryId\" : 69, you should provid a valid beneficiary ID \n  \"BeneficiaryName\" : \"Bachir BP\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/bank-transfer/preview",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"bank-transfer",
												"preview"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Tue, 12 Aug 2025 18:59:22 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"type\": 9,\n        \"operation\": {\n            \"customerPhoneNumber\": \"+212607530407\",\n            \"amount\": 50,\n            \"reason\": \"To Bachir\",\n            \"beneficiaryName\": \"Bachir BP\",\n            \"rib\": \"822780190904082101612571\",\n            \"beneficiaryId\": null\n        },\n        \"feesAmount\": 0,\n        \"checkedAt\": \"2025-08-12T18:59:22.8398325+00:00\",\n        \"openLoop\": false\n    }\n}"
								}
							]
						},
						{
							"name": "Bank Transfer",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customerPhoneNumber\": \"+212661330215\",\n  \"amount\": 50,\n  \"reason\": \"To Bachir\",\n  \"rib\": \"157570211117656422000278\" , \n  \"BeneficiaryName\" : \"Bachir BP\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{charimoneyBaasBaseUrl}}/api/operations/bank-transfer",
									"host": [
										"{{charimoneyBaasBaseUrl}}"
									],
									"path": [
										"api",
										"operations",
										"bank-transfer"
									]
								}
							},
							"response": [
								{
									"name": "Bank Transfer",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customerPhoneNumber\": \"+212661330215\",\n  \"amount\": 50,\n  \"reason\": \"To Bachir\",\n  \"rib\": \"157570211117656422000278\" , \n  \"BeneficiaryName\" : \"Bachir BP\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{charimoneyBaasBaseUrl}}/api/operations/bank-transfer",
											"host": [
												"{{charimoneyBaasBaseUrl}}"
											],
											"path": [
												"api",
												"operations",
												"bank-transfer"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": null,
									"header": [
										{
											"key": "Date",
											"value": "Tue, 12 Aug 2025 19:00:06 GMT"
										},
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Transfer-Encoding",
											"value": "chunked"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Server",
											"value": "nginx"
										}
									],
									"cookie": [],
									"body": "{\n    \"data\": {\n        \"operationType\": 9,\n        \"amount\": 50,\n        \"feesAmount\": 0,\n        \"totalAmount\": 50,\n        \"reason\": \"To Bachir\",\n        \"recipientRib\": \"157570211117656422000278\",\n        \"checkedAt\": \"2025-08-12T19:00:06.5162208Z\"\n    }\n}"
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "{{apikey}}",
				"type": "string"
			},
			{
				"key": "key",
				"value": "Chari-Api-Key",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "charimoneyBaasBaseUrl",
			"value": "https://sandbox.charimoney.com"
		}
	]
}