Skip to main content
GET
/
payinSources
/
{payinSourceId}
Retrieve a Payin Source
curl --request GET \
  --url https://prod.api.palomma.com/v0/payinSources/{payinSourceId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "01HPR7A40E44S0WDR189YXA8GH",
  "reference": "<string>",
  "description": "<string>",
  "customerId": "<string>",
  "customerDetails": {
    "reference": "<string>",
    "name": "Pepito Perez",
    "documentType": "cc",
    "documentNumber": "1037551022",
    "email": "[email protected]",
    "phoneNumber": "3013111111"
  },
  "status": "pending",
  "statusMessage": "AUTHENTICATION_FAILED",
  "authUrl": "<string>",
  "redirectUrl": "<string>",
  "partialPayinsEnabled": true,
  "type": "bankAccount",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

payinSourceId
string
required

Response

id
string
Example:
reference
string
description
string
customerId
string
customerDetails
object
status
enum<string>
Available options:
pending,
processing,
active,
cancelled
statusMessage
enum<string>
Available options:
AUTHENTICATION_FAILED,
CUSTOMER_CANCELLATION,
DECLINED_BY_BANK,
EXPIRED,
INVALID_ACCOUNT,
NOT_ENOUGH_FUNDS,
ERROR
authUrl
string
redirectUrl
string
partialPayinsEnabled
boolean
type
enum<string>
Available options:
bankAccount,
bancolombiaToken,
nequiToken
createdAt
string<date-time>
updatedAt
string<date-time>