API - Partial Payment Registration


Resource:
/acumulus/stable/entry/partial_payment_registration.php
Since API:
Available for authenticated:
API Invoerder
Available for authenticated:
API gebruiker
Available for authenticated:
API beheerder
Communication:
Basic submit, including below structure

Support voor inodes :
Support voor onodes :

Submit

<?xml version="1.0" encoding="UTF-8"?>
<myxml>
    ...
    <entryid></entryid>
    <paymentdate></paymentdate>
    <accountid></accountid>
    <amount></amount>
<myxml>

entryid mandatory
Numeric identifier.

paymentdate mandatory
Date partial payment was received.

accountid mandatory
The accountid correlates to the bank account identifier of the Acumulus contract owner. The value is provided as a numeric identifier. Please note that only references to active accountids are allowed. A list of available API-identifiers can be retrieved using a special picklist API call or through the bank accounts overview in Acumulus.

amount mandatory
Float value for the amount of the payment using max 2 decimals.

description
Description for the partial payment.


Response

<?xml version="1.0" encoding="UTF-8"?>
 
<response>
    ...
    <entryid></entryid>
    <amount></amount>
    <accountid></accountid>
    ...
</response>
 

entryid
Identifier to which the registation was applied to.

amount
Supplied amount in reponse.

accountid
Supplied accountid in reponse.