Efecty
Call the Payments API to request payments via Efecty on Colombia
POST /v2/payin
curl -v --location --request POST 'https://sandbox.smartfastpay.com/v2/payin' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <Access-Token>' \
--data-raw '{
"customer": {
"id": "58f0c005-3b7d-4c75-81f3-93b9a6fee864",
"name": "Richard Roe",
"email": "[email protected]",
"phone": "+573041093694",
"document": {
"number": "12345678",
"type": "CC"
}
},
"transaction": {
"id": "b08e3897-6505-4bb4-81a5-6e3a1d29e277",
"currency": "COP",
"amount": 2000,
},
"country": "COL",
"payment_method": "efecty",
"notification_url": "https://mysite.com/api/notification"
}'Parameter
Type
Required
Description
Last updated