Post
/api/pay/v1/applepay/domains
This endpoint is used to register for apple pay.
Request Body
domain_name
(string, required): domain that is being registered for apple pay.
Response Body
success
(boolean): indicates weather registration was succesful.message
(string): Gives more details on the registration or steps needed to retry.
Security
HTTP
Type bearer
Body parameters
object
Example{
"domain_name": "https://demo-app.co.uk/"
}
Responses
200
Successful response