v1

latestOpenAPI 3.1.02026-07-2416040.8 KB

Capture Differée

Cette fonctionnalité est généralement utilisée pour implémenter le paiement à l'expédition.

post/payments/{payment_id}/captures

Path parameters

payment_idstring required

Request body

amountinteger required
merchant_referencestring

Response

200

amountinteger
idstring

Example response

{
  "amount": 10000,
  "id": "b0f5ba04-f0b3-4eb8-b292-0b58bc77e16c"
}