Paiement de la facture
{
"urlOk": "https://host/ok",
"urlFailed": "https://host/failed"
}POST /prosper-bill/api/invoice/payment/{identifiant de la facture} HTTP/1.1
Cookie: refresh_token=<Token de rafraichissement>; access_token=<Token d'acces>
Content-Type: application/json
{
"urlOk": "https://host/ok",
"urlFailed": "https://host/failed"
}{
"paymentURL": "https://prosperus.tech/prosper-bill/payment/1"
}Last updated