Skip to main content
GET
/
api
/
v1
/
account
/
bank-payins
/
{oid}
Get bank payin order details
curl --request GET \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/bank-payins/{oid} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2025-01-15T10:30:00.000Z",
  "destination": {
    "currency": "EUR",
    "amount": 1000
  },
  "displayType": "Bank Pay In",
  "failedAt": "2025-01-15T10:30:05.000Z",
  "fee": {
    "currency": "EUR",
    "amount": 1000
  },
  "fx": {
    "pair": "EUR/USD",
    "rate": 1.08,
    "timestamp": "2025-01-15T10:30:00.000Z"
  },
  "id": "a7b8c9d0-e1f2-4a3b-4c5d-6e7f8a9b0c1d",
  "origin": {
    "currency": "EUR",
    "amount": 1000
  },
  "recipient": {
    "accountId": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e"
  },
  "reference": "Bank transfer deposit",
  "sender": {
    "accountNumber": "ES9121000418450200051332",
    "routingData": "BSCHESMMXXX"
  },
  "settledAt": "2025-01-15T10:30:05.000Z",
  "state": "SETTLED",
  "type": "BANK_PAY_IN",
  "updatedAt": "2025-01-15T10:30:05.000Z"
}

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

oid
string
required

Bank Payin Order ID

Response

OK

createdAt
string
Example:

"2025-01-15T10:30:00.000Z"

destination
object
displayType
string
Example:

"Bank Pay In"

failedAt
string
Example:

"2025-01-15T10:30:05.000Z"

fee
object
fx
object
id
string
Example:

"a7b8c9d0-e1f2-4a3b-4c5d-6e7f8a9b0c1d"

origin
object
recipient
object
reference
string
Example:

"Bank transfer deposit"

sender
object
settledAt
string
Example:

"2025-01-15T10:30:05.000Z"

state
string
Example:

"SETTLED"

type
string
Example:

"BANK_PAY_IN"

updatedAt
string
Example:

"2025-01-15T10:30:05.000Z"