curl "https://ws-sandbox.anyti.me/v1.0/apicheck" \
-X GET \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
This principle applies only to private accounts. You may link up to 3 MasterCard® cards, allowing you to develop various uses of joint or family accounts, or even to push contactless uses (bracelet, keyring, etc.)
This principle applies only to professional users. You may associate a professional account with 1 to 200 MasterCard® cards.
For a MasterCard® transaction to be executed, it must first be accepted by an authorisation server. As soon as the response is positive, Anytime must block the equivalent amount and make it immediately available in the holding account.
As the authorisation server cannot be deported towards all our clients, Anytime must ensure that it is in fact in possession of the amount corresponding to the MasterCard® transaction that has been accepted. You must thereby credit the total payment capacity (ceiling) of the cards as collateral. For example, if you authorise a customer to spend €500 with their card, you must credit €500 in the holding account.
We provide you with the tools necessary to implement our API in no time:
Several verification levels in order to maximise the security of requests between our API and your infrastructure:
You can check that the connection to the API is successful.
curl "https://ws-sandbox.anyti.me/v1.0/apicheck" \
-X GET \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
You can create business or consumer accounts that can be linked to several cards.
curl "https://ws-sandbox.anyti.me/v1.0/accounts" \
-X POST \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
-d 'acc_type=consumer | business' \
-d 'acc_currency=EUR | USD' \
-d 'user_gender=string' \
-d 'user_first_name=string' \
-d 'user_last_name=string' \
-d 'user_dob=string' \
-d 'user_pob=string' \
-d 'user_email=string' \
-d 'user_mobile_number=string' \
-d 'user_addr_line_1=string' \
-d 'user_addr_line_2=string' \
-d 'user_addr_zip=string' \
-d 'user_addr_city=string' \
-d 'user_addr_cc=string' \
-d 'user_nationality=string' \
-d 'corp_name=string' \
-d 'corp_regnum=string' \
-d 'corp_type=string' \
-d 'corp_activity=string' \
-d 'corp_tva=string' \
-d 'corp_addr_line_1=string' \
-d 'corp_addr_line_2=string' \
-d 'corp_addr_zip=string' \
-d 'corp_addr_city=string' \
-d 'corp_addr_cc=string'
You can order an Anytime MasterCard® card, a virtual card, a contactless MasterCard® chip, etc.
curl "https://ws-sandbox.anyti.me/v1.0/cards" \
-X POST \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
-d 'acc_id=integer' \
-d 'card_name=string' \
-d 'card_type=PLASTIC | VIRTUAL_SINGLE_USE' \
-d 'expiry_date=string' \
-d 'language=string' \
-d 'delivery_company_name=string' \
-d 'delivery_gender=string' \
-d 'delivery_first_name=string' \
-d 'delivery_last_name=string' \
-d 'delivery_addr_1=string' \
-d 'delivery_addr_2=string' \
-d 'delivery_zip=string' \
-d 'delivery_city=string' \
-d 'delivery_country_code=string'
The PIN code is delivered via a secure link destined only to the card bearer.
curl "https://ws-sandbox.anyti.me/v1.0/cards/{card_ref}/pin" \
-X POST \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
You can transfer funds from the master account towards a card instantly.
curl "https://ws-sandbox.anyti.me/v1.0/cards/{card_ref}/credit" \
-X POST \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
-d 'amount=number' \
-d 'acc_comment=string' \
-d 'card_comment=string'
You can access the transactions of an account or a card.
curl -G "https://ws-sandbox.anyti.me/v1.0/accounts/{id}/statements" \
-X GET \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
-d 'date_start=string' \
-d 'date_end=string'
As a Fintech, we supply much more than banking services. We offer value-added services allowing your business to develop rapidly. Should your business require to identify the client (KYC/AML-compliant), we offer various identification solutions, of ID capture and verification through sanction lists (OFAC, PEP, Interpol...)
curl "https://ws-sandbox.anyti.me/v1.0/accounts/{id}/kyc" \
-X POST \
-H 'Authorization: {YOUR_TOKEN}' \
-H 'X-Validation-Data: {YOUR_VALIDATION_DATA_STRING}' \
-H 'X-Signed-Request: {YOUR_SIGNED_REQUEST}'
-d 'user_selfie=file' \
-d 'user_identity=file' \
-d 'user_identity_back=file' \
-d 'user_dom_1=file' \
-d 'user_identity_host=file' \
-d 'user_identity_back_host=file' \
-d 'user_dom_host=file' \
-d 'user_affidavit=file' \
-d 'corp_status=file' \
-d 'corp_kbis=file'