Account’s use limits

Introduction

When a user has been created through the API, he/she is by default subject to e-money regulatory limits. The limits are increased when supporting documents sent to the S-money backoffice by the KYC API have been validated.

Resources

Access to user’s limits:
/api/[domaine_partenaire]/users/appuserid/limits

1.Limits

Contains the information about a bank card payment

Property Type Example Description
GlobalIn LimitDetails Display information about all incoming operations on the user’s account (payins, payments…)
GlobalOut LimitDetails Display information about all outgoing operations on the user’s account (payouts, payments…)

2.LimitDetails

Property Type Example Description
AnnualAllowance long 25000 Allowed annual amount
UsedAllowance long 1500 Used annual amount
RenewalDate DateTime 2013-09-10T
00:00:00.000000
+02:00
Date after which the counter will start after the first operation on the account

Retrieve the limits for a user

To retrieve the limits for a user, please have a look at the example in the right margin.