cURL
curl --request GET \ --url https://api.lapyme.com.ar/api/v1/payment-methods/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "icon": "<string>", "feePercentage": "<string>", "feeFixed": 123, "requiresReference": true, "isActive": true, "isDefault": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Devuelve los datos de un método de pago específico usando su ID único.
Incluí tu API key en el header Authorization con el prefijo Bearer
ID único del método de pago
"pm-123e4567"
Método de pago obtenido exitosamente
true
false
Show child attributes
Was this page helpful?