{ "publishableApiKey": "pk_test_abc123xyz", "providerMerchantId": "merchant_456789", "name": "John Doe", "number": "4111111111111111", "cvc": "123", "month": "09", "year": "2027" }
curl --location --request POST 'https://api.paymentprovider.com/tokens' \ --header 'Content-Type: application/json' \ --data-raw '{ "publishableApiKey": "pk_test_abc123xyz", "providerMerchantId": "merchant_456789", "name": "John Doe", "number": "4111111111111111", "cvc": "123", "month": "09", "year": "2027" }'
{ "token": "tok_abc123xyz", "brand": "visa", "funding": "Credit", "country": "SA", "network": "visa", "lastFour": "4242" }