diff --git a/htdocs/don/card.php b/htdocs/don/card.php
index 5a9e439a9c7..d033f7b73c9 100644
--- a/htdocs/don/card.php
+++ b/htdocs/don/card.php
@@ -790,6 +790,16 @@ if (! empty($id) && $action != 'edit')
// Show links to link elements
$linktoelem = $form->showLinkToObjectBlock($object, null, array('don'));
$somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
+
+ // Show online payment link
+ $useonlinepayment = (! empty($conf->paypal->enabled) || ! empty($conf->stripe->enabled) || ! empty($conf->paybox->enabled));
+
+ if ($useonlinepayment) //$object->statut != Facture::STATUS_DRAFT &&
+ {
+ print '
'."\n";
+ require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
+ print showOnlinePaymentUrl('donation', $object->ref).'
';
+ }
print '