Step 3 - Settle a payment

This step confirms the transaction, after which we will send the payment order to the paying bank.

The only parameter not mandatory to consider is 'WebHookUrl'; this URL is used to post notifications about the payment status.

circle-info

Payment status can be retrieved in two ways: by using a webhook or by executing the 'get payment' method. It is advisable to implement both methods.

API Call

Submit the transaction

post
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : MoneyTransfer API
  • : Support API
  • : MoneyTransfer API
  • : Support API
Authorizations
OAuth2implicitRequired
Authorization URL:
OAuth2clientCredentialsRequired
Token URL:
Path parameters
idstring · uuidRequired

Identifier.

Body
webHookUrlstringOptional
Responses
chevron-right
200

If the Payment was settled

application/json
post
/api/Payments/{id}/Settle

Last updated