- Verify name on a payment instrument
Retrieve payment instruments
Create a payment instrument
Retrieve a payment instrument
Update payment instrument
Deactivate a payment instrument
Retrieve payment card issuing bank names
Payment card created
Payment card expiration reminder
Payment card expired
Payment instrument modified
Verify name on a payment...
Performs a name check inquiry on a payment instrument. Use this operation to confirm the name that is associated with a payment instrument. This operation supports payment cards only, using VISA ANI requests through Worldpay.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payment-instruments/{id}/name-inquiry
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payment-instruments/{id}/name-inquiry
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payment-instruments/{id}/name-inquiry
- SecretApiKey
- JWT
curl -i -X POST \
'https://www.rebilly.com/_mock/catalog/all/payment-instruments/{id}/name-inquiry' \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"gatewayAccountId": "string"
}'Payment instrument name inquiry performed.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Response
{ "gatewayAccountId": "string", "result": "full-match", "response": "string" }