Listar detalhes de source pelo identificador
Em desenvolvimento
GET
https://api.paylogos.com.br/v1/sources/{source_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paylogos.com.br/v1/sources/'
Response Response Example
200 - Exemplo 1
{
"id": "string",
"status": "pending",
"usage": "single_use",
"amount": "string",
"currency": "string",
"description": "string",
"type": "card",
"capture": true,
"on_behalf_of": "string",
"reference_id": "string",
"card": {
"id": "string",
"amount": "string",
"resource": "string",
"description": "string",
"card_brand": "string",
"first4_digits": "string",
"last4_digits": "string",
"expiration_month": "string",
"expiration_year": "string",
"holder_name": "string",
"is_active": true,
"is_valid": true,
"is_verified": true,
"customer": "string",
"fingerprint": "string",
"uri": "string",
"metadata": "string",
"created_at": "string",
"updated_at": "string"
},
"installment_plan": {
"number_installments": 5
},
"statement_descriptor": "string",
"customer": "string",
"token": {
"id": "string",
"amount": 0
},
"uri": "string",
"metadata": "string",
"created_at": "string",
"updated_at": "string"
}
Requisição
Parâmetros Path
source_id
string
requerido
Respostas
Modificado em 2025-06-10 19:13:10