cURL
curl --request POST \ --url https://api.plais-sandbox.finventi.com/api/v1/payments/{paymentInstructionId}:confirm \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "currency": "<string>" } '
{ "result": { "accepted": "<string>" } }
Confirms a payment instruction for processing.
Payment instruction ID
Amount in minor currency units (cents)
Currency
Result of payment instruction confirmation
Result of the payment instruction posting
Show child attributes