Documentation Index

Fetch the complete documentation index at: https://api-docs.blinkpayment.co.uk/llms.txt

Use this file to discover all available pages before exploring further.

applepay/domains

Prev Next
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