Redirect 201 redirect from POST @app_api_transfert_create (5f1df6)

POST https://api.madex.mg/api/v1/transferts/TRN6AA00F56147E320260908133622/pay

Query Metrics

8 Database Queries
6 Different statements
6.58 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.48 ms
(22.51%)
2
"COMMIT"
Parameters:
[]
1.35 ms
(20.45%)
2
"START TRANSACTION"
Parameters:
[]
0.98 ms
(14.95%)
1
INSERT INTO payment_attempt (code, provider, external_order_id, pay_token, notif_token, payment_url, transaction_id, is_success, notified_at, notify_content, has_error, error_text, payload, created_at, updated_at, transfert_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "PMN6AA00F567E8E320260908133622"
  "ORANGE"
  "MDX-C0201C4B-4DF939CA"
  null
  null
  null
  null
  0
  null
  null
  0
  null
  null
  "2026-09-08 13:36:22"
  "2026-09-08 13:36:22"
  5
]
0.97 ms
(14.77%)
1
UPDATE payment_attempt SET pay_token = ?, notif_token = ?, payment_url = ?, payload = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "v13mfoazal2nfjd0p0emnhem8psqpztpfwptbgwedvoauhqgdkwmkl1sxpkpsjfw"
  "khloc5etefeouhkfild6qtc7kjub45vo"
  "https://mpayment.orange-money.com/mg/mpayment/abstract/v13mfoazal2nfjd0p0emnhem8psqpztpfwptbgwedvoauhqgdkwmkl1sxpkpsjfw"
  "{"request":{"merchant_key":"68d1eabe","currency":"MGA","order_id":"MDX-C0201C4B-4DF939CA","amount":500,"return_url":"https:\/\/api.madex.mg\/payment\/orange\/return?attempt=PMN6AA00F567E8E320260908133622&ref=MDX-C0201C4B&code=TRN6AA00F56147E320260908133622","cancel_url":"https:\/\/api.madex.mg\/payment\/orange\/cancel?attempt=PMN6AA00F567E8E320260908133622&ref=MDX-C0201C4B&code=TRN6AA00F56147E320260908133622","notif_url":"https:\/\/api.madex.mg\/api\/callback\/orange\/notify\/PMN6AA00F567E8E320260908133622","lang":"fr","reference":"ref MDX-C0201C4B-4DF939CA"},"response":{"status":201,"message":"OK","pay_token":"v13mfoazal2nfjd0p0emnhem8psqpztpfwptbgwedvoauhqgdkwmkl1sxpkpsjfw","payment_url":"https:\/\/mpayment.orange-money.com\/mg\/mpayment\/abstract\/v13mfoazal2nfjd0p0emnhem8psqpztpfwptbgwedvoauhqgdkwmkl1sxpkpsjfw","notif_token":"khloc5etefeouhkfild6qtc7kjub45vo"}}"
  "2026-09-08 13:36:22"
  5
]
0.90 ms
(13.69%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.reference AS reference_3, t0.montant AS montant_4, t0.frais AS frais_5, t0.destinataire_phone AS destinataire_phone_6, t0.note AS note_7, t0.status AS status_8, t0.paid_at AS paid_at_9, t0.sent_at AS sent_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.emetteur_id AS emetteur_id_13 FROM transfert t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "TRN6AA00F56147E320260908133622"
]
0.90 ms
(13.64%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_enabled AS is_enabled_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_connection_at AS last_connection_at_9, t0.last_activity_at AS last_activity_at_10, t0.utilisateur_role_id AS utilisateur_role_id_11 FROM utilisateur t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "340000001"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Utilisateur 1
App\Entity\UtilisateurRole 1
App\Entity\Transfert 1
App\Entity\PaymentAttempt 1

Entities Mapping