';
// -----------------------------------------------------
// Zone aide
// echo '
';
echo '';
echo '';
// echo '
';
// back office paypal
if ($theIdPaie==4) {
echo '

';
echo '
Créer un compte PayPal ';
echo '
';
echo '
Accès au compte PayPal ';
echo '
';
echo '
Documentation technique';
}
// mango pay
if ($theIdPaie==5) {
// Pour memoire si market place : filtrer catalogue dans Back office sur mail vendeur ( table produit ), chaque vendeur ne voit que ses produits ?
// Pour memoire si market place : fait par mangopay : chaque vendeur doit avoir un rib / adresse differente
// Pour memoire si market place : chaque vendeur doit avoir les infos vendeur : reputation, site de reference...., nouvelle table a créer
// Pour memoire si market place : chaque vendeur doit avoir un compte admin ou un vendeur acces admin full et les autres restreints ??
echo '
';
echo '
';
echo 'Créer un compte MANGOPAY (toDo) ';
echo '';
echo '
';
echo ' ';
echo 'Accès au compte MANGOPAY
';
echo '';
echo '
';
echo ' ';
echo 'Créer un revendeur (toDo)';
echo '';
}
// Stripe
if ($theIdPaie==6) {
echo '
';
echo '
';
echo 'Créer un compte Stripe ';
echo '';
echo '
';
echo ' ';
echo 'Accès à votre compte Stripe ';
echo '';
echo '
';
echo ' ';
echo 'Documentation technique
';
echo '';
}
// payPlug
if ($theIdPaie==7) {
echo '
';
echo '
';
echo 'Créer un compte payPlug ';
echo '';
echo '
';
echo ' ';
echo 'Accès au compte payPlug';
echo '';
}
// Lyra
if ($theIdPaie==8) {
echo '
';
echo '
';
echo 'Créer un compte Lyra ';
echo '';
}
// -----------------------------------------------------
// Type compte : inutile ca alourdit
// -----------------------------------------------------
echo '
';
// -----------------------------------------------------
// Environnement test ou prod si pas cheque, pas virement bancaire
// -----------------------------------------------------
if ($theIdPaie!=2 && $theIdPaie!=3) {
echo '
Environnement:
';
if ($theEnv=='En Test') {
echo '';
echo '';
echo '
';
echo '';
}
else {
echo '';
echo '';
echo '
';
echo '';
}
echo '';
}
// -----------------------------------------------------
// Identifiant/clé ( libellé jamais modifié ici mais en base )
// -----------------------------------------------------
if ($_SESSION['isDemo']==1) $enable='disabled'; else $enable='-';
if ($theIdPaie==4 || $theIdPaie==7) {
echo '
' .$theLibIdCompte. ' : ';
echo '' .$theIdCompte. '';
echo '';
}
// -----------------------------------------------------
// -----------------------------------------------------
// API URL TEST
// -----------------------------------------------------
// -----------------------------------------------------
// -----------------------------------------------------
if ($theIdPaie==5) {
echo '
URL API TEST (sand box) : ';
echo '' .$theApiTest. '';
echo '';
}
// -----------------------------------------------------
// clé priv Test ( libellé jamais modifié ici mais en base )
// -----------------------------------------------------
// que pour stripe - paypal - payPlug
// -----------------------------------------------------
if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) {
echo '
';
echo '' .$theLibClePriveTest. ' :';
echo '' .$thePrivateKeyTest. '';
echo '';
}
// -----------------------------------------------------
// clé pub Test ( libellé jamais modifié ici mais en base )
// -----------------------------------------------------
// que pour stripe - paypal - payPlug
// -----------------------------------------------------
if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) {
echo '
' .$theLibelleClePubTest. ' : ';
echo '' .$thePublicKeyTest. '';
echo '';
}
// -----------------------------------------------------
// -----------------------------------------------------
// API URL PROD
// -----------------------------------------------------
// -----------------------------------------------------
// -----------------------------------------------------
if ($theIdPaie==5) {
echo '
URL API PRODUCTION : ';
echo '' .$theApiProd. '';
echo '';
}
// -----------------------------------------------------
// clé private Prod ( libellé jamais modifié ici mais en base )
// que pour paypal - stripe - payPlug
// -----------------------------------------------------
if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) {
echo '
' .$theLibelleClePriveProd. ' :';
echo '' .$thePrivateKeyProd. '';
echo '';
}
// -----------------------------------------------------
// clé pub Prod ( libellé jamais modifié ici mais en base )
// -----------------------------------------------------
// que pour stripe
// -----------------------------------------------------
if ($theIdPaie==4 || $theIdPaie==6 || $theIdPaie==7) {
echo '
' .$theLibelleClePublicProd. ' :';
echo '' .$thePublicKeyProd. '';
echo '';
}
// -----------------------------------------------------
// Retour
// -----------------------------------------------------
echo ' ';
echo '
';
echo ' ';
echo ' ';
echo 'Retour';
echo '
';
echo '';
echo '
';
echo '