Skip to main content
GET
/
cards
/
{id}
/
sensetive
Get sensitive information
curl --request GET \
  --url https://business.bfinance.app/external/api/cards/{id}/sensetive \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "number": "<string>",
    "expire": "<string>",
    "cvc": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

ID of the card

Response

Successfully retrieved sensitive information for the card

status
string
Example:

"success"

data
object