cURL
curl --request PUT \ --url https://identity.payven.com.tr/api/v{version}/lookups/bankbins/{id} \ --header 'Content-Type: application/json' \ --data ' { "bankCode": "<string>", "binStart": "<string>", "binEnd": "<string>", "schemaType": 0, "cardType": 0, "cardLength": 123, "isActive": true } '
{ "message": "<string>", "isSuccess": true, "code": "<string>", "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "bankCode": "<string>", "bankName": "<string>", "binStart": "<string>", "binEnd": "<string>", "schemaType": 0, "cardType": 0, "cardLength": 123, "isActive": true } }
Documentation IndexFetch the complete documentation index at: https://docs.payven.com.tr/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.payven.com.tr/llms.txt
Use this file to discover all available pages before exploring further.
0
1
2
3
4
5
6
OK
Show child attributes