v1

latestOpenAPI 3.0.22026-07-17191121.5 KB

The default SPSP account used on the node. This endpoint is only enabled if the node is run with the configuration option ILP_DEFAULT_SPSP_ACCOUNT. The SPSP spec can be found at https://interledger.org/rfcs/0009-simple-payment-setup-protocol/

get/.well_known/pay

Response

The node's SPSP information

destination_accountstring required
shared_secretstring required

Example response

{
  "destination_account": "example.op1.alice.6BNqDCEa4o9JIDOaN2X2C49o",
  "shared_secret": "rmnZu6mLrcNhki3fl3CRuzIdosQ7K6HNb9NiE49rqIY="
}