API Reference
Log In
API Reference

Activate wallet

Allows Activate SINPE Mobile wallet. Authentication is mandatory.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📖 Example Requests

Below you will find the body example JSON requests for the api:

{
  "phone_number": 88888888,
  "identification": "00-0000-000X",
  "name": "Katherine",
  "last_name": "Vargas",
  "account": "CR3601140000XXXXXXXXXX",
  "currency": "CRC",
  "max_amount": 100000.00,
  "mail": "[email protected]"
}

📢 Considerations

SINPE Movil enrollment consists of affiliating LAFISE customers with LAFISE Costa Rica Colones accounts to the service, so that users can make electronic money transfers to accounts linked to cell phone numbers.

Considerations for affiliation:

  • Affiliation of telephone numbers is possible only with linkage to Colones funds accounts.
  • A cell phone number must be linked to only one funding account.
  • The same fund account can be linked to one or more cell phone numbers.
  • The same client can affiliate as many cell phone numbers as fund accounts he/she wishes to link to the service.
  • Monetary limit: configurable cumulative limit amount of up to ₡100,000 per day is defined.

JSON response body fields:

NameDescriptionType
phone_numberCustomer's telephone number.number
identificationAccount owner's identification number.string
nameCustomer's name.string
last_nameCustomer's last name.string
accountIBAN code of the validated account.string
currencyAccount currency.string
max_amountLimit amount allowed per wallet.number
creation_dateDate of creation of the wallet.date
update_dateDate of update of the wallet information.date
is_activeDefines if the wallet is active.boolean
mailCustomer's e-mail address.string
error_messageError message associated with the wallet activation service.string
error_codeError code associated with the wallet activation service.string
Path Params
string
enum
required
Defaults to BLCR

Description: Defines the source bank code.

Allowed:
Body Params
int32
required
Defaults to 88888888

Description: Customer's telephone number.

string
required
Defaults to 00-0000-000X

Description: Identification Number
Size: 60

string
required
Defaults to Katherine

Description: Customer's name.
Size: 100

string
required
Defaults to Vargas

Description: Last name.
Size: 100

string
required
Defaults to CR3601140000XXXXXXXXXX

Description: IBAN Number.
Size: 22

string
required
Defaults to CRC

Description: Account currency in which the wallet is to be opened, according to ISO 4217.
Size: 3

double
required
Defaults to 100000

Description: Max amount.

string
required
Defaults to [email protected]

Description: Mail.
Size: 100

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json