Payment Status

Monitor your payment's progress from 'Processing' to 'Settled' using the 'Create a Payment' endpoint. If a payment is 'Rejected', query the rejection reason with the 'View Payment Details' endpoint.

After submitting a payment through the 'Create a Payment' endpoint, the status will begin as 'Processing'. If the payment details are correct and the account_id has sufficient balance (including fees), the payment will be sent to the counterparty and the status will update to 'Settled'

If a payment is 'Rejected', you can query the system to obtain the rejection reason using the 'View Payment Details' endpoint for the specific payment_id.

You can check the payment status at any time within our system.Please note that web-hooks are not currently supported.


What’s Next