Skip to main content

Input fields

accountNumber : String! required

The account number.

grossAmount : Int! required

The gross amount of the credit to be created.

netAmount : Int! required

The net amount of the credit to be created.

note : String

Optional short note about account credit.

reason : AccountCreditReasonType! required

The reason why the credit is added to the account.

taxAmount : Int! required

The tax amount of the credit to be created.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountNumber": "A-64081CB1", "grossAmount": 58, "netAmount": 87, "note": "happen-tree-country-lot-authority", "reason": "EXTERNAL_REFERRAL_CREDIT", "taxAmount": 33 }