v1
latestOpenAPI 3.0.02026-07-2464438356.8 KBPayins
Get a Payin
Gets the Payin identified by the provided ID.
get/api/payins/payin/{id}
Path parameters
idstring uuid required
Payin ID
Headers
on-behalf-ofstring
Organization ID to act on behalf of
Response
Returned Payin
Example response
{
"payinStatus": {
"senderMetadata": {
"senderAccountNumber": "987654321",
"senderAccountType": "ahorros",
"senderBankCode": "1007",
"senderId": "1234567890",
"senderIdType": "cc",
"senderName": "Juan Perez"
}
},
"sourceAmount": {
"exponent": 2,
"value": "2500"
},
"settlementDetails": {
"amount": {
"exponent": 2,
"value": "2500"
}
},
"fees": {
"feeTotal": {
"exponent": 2,
"value": "2500"
},
"itemizedFees": {
"developerFee": {
"exponent": 2,
"value": "2500"
},
"fixedTransactionFee": {
"exponent": 2,
"value": "2500"
},
"variableFee": {
"exponent": 2,
"value": "2500"
}
}
},
"payinInstructions": {
"descriptionToPayer": "Order #001 payment",
"keyValue": "@CBF0JHIDU"
}
}