This service is used to tokenize securely converts sensitive payment information (such as credit card numbers, bank account details, or mobile wallet identifiers) into unique, non-sensitive tokens.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.nelnetpay.com/_mock/apis/osi-token-api/
LOCAL
http://localhost:8080/tokenization-service/
DEV
https://localhost:16778/tokenization-service/
SIT
https://localhost:16779/tokenization-service/
QA
https://localhost:16780/tokenization-service/
UAT
https://localhost:16781/tokenization-service/
- Mock serverhttps://docs.nelnetpay.com/_mock/apis/osi-token-api/token-service/tokens/sensitive-data
- LOCALhttp://localhost:8080/tokenization-service/token-service/tokens/sensitive-data
- DEVhttps://localhost:16778/tokenization-service/token-service/tokens/sensitive-data
- SIThttps://localhost:16779/tokenization-service/token-service/tokens/sensitive-data
- QAhttps://localhost:16780/tokenization-service/token-service/tokens/sensitive-data
- UAThttps://localhost:16781/tokenization-service/token-service/tokens/sensitive-data
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.nelnetpay.com/_mock/apis/osi-token-api/token-service/tokens/sensitive-data \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"token": "9c5a8d98-ccd3-452b-be55-e66ad2132e98",
"types": [
"ACH"
]
}'Response
application/json
ACH Response
{ "responseCode": "0", "responseMessage": "Token Decrypted", "token": "07ba706d-dcfc-4bfc-b161-4469a2633862", "formatPreservedToken": "6558766560401113", "cryptcard": "4TestYx9OuN8145", "bankAccount": { "accountNumber": "4111111111111113", "routingNumber": "021000031", "accountType": "Savings", "tenderType": "Consumer" } }