curl --location 'https://api.insights-periculum.io/collection/send-debit-instruction' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
--data '{
"requestId": "1709045201218",
"mandateId": "200797764844",
"totalAmount":"96000",
"fundingAccount":"1245125478",
"fundingBankCode":"057"
}'
Parameters
Name | Description | Type | Required |
---|---|---|---|
requestId | Request id | string | Yes |
mandateId | Mandate id | string | Yes |
totalAmount | Total amount | string | Yes |
fundingAccount | Funding account | string | Yes |
fundingBankCode | Funding bank code | string | Yes |