Attention ! Vous êtes sur le point de traiter manuellement ce paiement HelloAsso comme une cotisation SSA.
Cette action créera un flux et une transaction. Elle est irréversible.
Détails du paiement HelloAsso
| ID HelloAsso |
{{ helloasso.helloassoid }} |
| Date de création |
{{ helloasso.createdAt|date('d/m/Y H:i') }} |
| Type |
{{ helloasso.type }} |
| Montant |
{{ helloasso.amount|number_format(2, ',', ' ') }} € |
| État HelloAsso |
{{ helloasso.state }} |
| État du paiement |
{{ helloasso.statePayment }} |
| Payeur |
{{ helloasso.fullpayer }} |
Adhérent associé
| Nom |
{{ adherent.user.fullname }} |
| Email |
{{ adherent.user.email }} |
{% if adherent.ecompte %}
| Solde eMLc actuel |
{{ adherent.ecompte.balance|number_format(2, ',', ' ') }} eMLc |
{% endif %}
{% if ssa %}
Caisse SSA destinataire
| Nom de la caisse |
{{ ssa.name }} |
| Manager |
{{ ssa.manager.raison }} |
{% if helloasso.data.ssaId is defined %}
| Source |
Depuis PendingPaymentData |
{% else %}
| Source |
Caisse principale (fallback) |
{% endif %}
{% else %}
Attention : Aucune caisse SSA n'est configurée !
{% endif %}
Transaction qui sera créée
Cotisation SSA de {{ helloasso.amount|number_format(2, ',', ' ') }} €
De : {{ adherent.user.fullname }}
Vers : {% if ssa %}{{ ssa.manager.raison }}{% else %}(Caisse SSA non configurée){% endif %}
Référence : Cotisation SSA via HelloAsso (traitement manuel)