Retour à l'API
/api/payment/refund POST
À propos Support Tableau de bord

Envoie un Refund (PaymentType='Refund')

Paramètres

Aucun paramètre requis.

Réponses

200 OK
req est une HTTPRequête
req.Méthode = httpPost
req.URL = "http://127.0.0.1:8082/api/payment/refund"
req.Entête["Authorization"] = "Bearer sk_test_..."
res est une HTTPRéponse = HTTPEnvoie(req)
SI ErreurDétectée ALORS
   Erreur(ErreurInfo())
SINON
   Trace(res.Contenu)
FIN