De-Register for getting details of newly created cards.
Webhooks
De-Register for getting details of newly created cards.
Once the newly created cards are received against order reference, use the API to de register webhook for the Order Reference. for each card order the registration needs to be done separately. if hmac_enabled was enabled during registration then hmac_secret and hmac_enabled flag is needed. max_retries value by default it set to 1.
DELETE
De-Register for getting details of newly created cards.
Authorizations
Use OAuth2 client credentials to obtain a bearer token.
Token endpoint:
POST <BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token
Use the same base URL as the selected API server:
- Test environment:
https://apigwuat.corpay.com - Production environment:
https://apigw.corpay.com
Example:
curl --location '<BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token' \
--header 'accept: application/json' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=.......' \
--data-urlencode 'client_secret=......'Body
application/json
Response
acknowledgement
Register for getting details of newly created cards.Register for receiving replaced card information.