Redirect 201 redirect from POST @app_api_transfert_create (4999c4)

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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.48 ms
(23.26%)
2
"COMMIT"
Parameters:
[]
1.39 ms
(21.87%)
2
"START TRANSACTION"
Parameters:
[]
0.93 ms
(14.60%)
1
UPDATE payment_attempt SET pay_token = ?, notif_token = ?, payment_url = ?, payload = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "v1hrcszwn7nlnlygfdl6jluuowr5jfgtrneafshufbqvj6jaezdrrh8xodlqi8g4"
  "xtawbx0kn9pjsjyfeghit7urovzifk1d"
  "https://mpayment.orange-money.com/mg/mpayment/abstract/v1hrcszwn7nlnlygfdl6jluuowr5jfgtrneafshufbqvj6jaezdrrh8xodlqi8g4"
  "{"request":{"merchant_key":"68d1eabe","currency":"MGA","order_id":"MDX-AA380CCC-E2D45F70","amount":500,"return_url":"https:\/\/api.madex.mg\/payment\/orange\/return?attempt=PMN6AA00F57A9CB720260908133623&ref=MDX-AA380CCC&code=TRN6AA00F573E92820260908133623","cancel_url":"https:\/\/api.madex.mg\/payment\/orange\/cancel?attempt=PMN6AA00F57A9CB720260908133623&ref=MDX-AA380CCC&code=TRN6AA00F573E92820260908133623","notif_url":"https:\/\/api.madex.mg\/api\/callback\/orange\/notify\/PMN6AA00F57A9CB720260908133623","lang":"fr","reference":"ref MDX-AA380CCC-E2D45F70"},"response":{"status":201,"message":"OK","pay_token":"v1hrcszwn7nlnlygfdl6jluuowr5jfgtrneafshufbqvj6jaezdrrh8xodlqi8g4","payment_url":"https:\/\/mpayment.orange-money.com\/mg\/mpayment\/abstract\/v1hrcszwn7nlnlygfdl6jluuowr5jfgtrneafshufbqvj6jaezdrrh8xodlqi8g4","notif_token":"xtawbx0kn9pjsjyfeghit7urovzifk1d"}}"
  "2026-09-08 13:36:23"
  6
]
0.87 ms
(13.61%)
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:
[
  "TRN6AA00F573E92820260908133623"
]
0.85 ms
(13.43%)
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:
[
  "PMN6AA00F57A9CB720260908133623"
  "ORANGE"
  "MDX-AA380CCC-E2D45F70"
  null
  null
  null
  null
  0
  null
  null
  0
  null
  null
  "2026-09-08 13:36:23"
  "2026-09-08 13:36:23"
  6
]
0.84 ms
(13.24%)
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