Sinpe Movil PayOut

 
Payment registration transactions

SINPE Movil HPP & H2H


1. SINPE Movil

Description:


Sinpe Móvil is a mobile payment platform operated by the Central Bank of Costa Rica (Banco Central de Costa Rica). It allows users to send and receive money instantly using just a phone number, without needing bank account details.
 
Allows the creation of pay-outs (outgoing payments).
 
URL:https://api.payelu.xyz/api/v1/payments/payout_hth
 

Country Uses:

  • Costa Rica: Sinpe Movil
 

Request Parameters:

Parameter
Type
Description
Requeriment
service_code
string
SINMOV_CR
required
amount
num
Amount to process. e.g. 123.45
required
reference
string
Merchant’s Unique ID for transaction. It must be 22 alfanumeric digits (i.e. ‘0000000000002507135224‘)
required
account_doc_id
num
Client ID number
required
account
num
Account number of receiver
required

Sinpe Movil Example Request:

{ "service_code": "SINMOV_CR", "amount": 109, "reference": "REF1234567981", "account_beneficiary": "John Wick", "account_doc_id": "304740557", "account": "CR78327489274893284" }

Sinpe Movil Example Response:

{ "status": "success", "data": { "transaction_id": "CRPYO-5633072874", "amount": 109, "currency": "CRC", "status": "PENDING", "reference": "REF1234567981", "created_at": "2026-05-28T20:13:42.581969+00:00", "updated_at": "2026-05-28T20:13:42.581969+00:00", "expired_at": "2026-05-28T20:18:42.581969+00:00" } }