Update Apple Pay certificate
Update the Apple Pay certificate record with the payment processing certificate received from Apple.
This endpoint requires the apple-pay-certificates.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for an Apple Pay certificate record.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Body
The payment processing certificate received from Apple. This file should be associated with the Certificate Signing Request of this record, have a valid expiration date, and be DER encoded.
Response
The type of this resource. Is always anti-fraud-service
.
anti-fraud-service
"anti-fraud-service"
The unique Gr4vy ID for this anti-fraud service.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The unique ID for a merchant account.
"default"
The name of the Anti-Fraud service provider. During update request, this value is used for validation only but the underlying service can not be changed for an existing service.
cybersource-anti-fraud
, forter-anti-fraud
, sift-anti-fraud
"sift-anti-fraud"
A unique name for this anti-fraud service which is used in the Gr4vy admin panel to give a anti-fraud service a human readable name.
1 - 200
"Sift Anti-Fraud Service."
Defines if this service is currently active or not.
true
Defines if this service needs to handle the review status with a proper review workflow. If not, the review status will be treated as any other one.
false
A list of fields, each containing a key-value pair for anti-fraud service decision mapping e.g. for Sift approve_decision
will be in the response.
A key-value pair that represents a field defined in the definition for this anti-fraud service.
The date and time when this anti-fraud service was created in our system.
"2013-07-16T19:23:00.000+00:00"
The date and time when this anti-fraud service was last updated in our system.
"2013-07-16T19:23:00.000+00:00"
Was this page helpful?