1

I'm trying to use checks in the XRP ledger (https://xrpl.org/use-checks.html) from post dated checks use case where the receiver can only pull the payment after a specific date.

Anyone knows if this is possible?

Machavity
  • 30,841
  • 27
  • 92
  • 100
Marcel
  • 11
  • 2

1 Answers1

1

This is not possible with built-in Checks functionality at present.

Depending on your use case, you may be able to use a time-held Escrow.

Alternatively, if users are willing to trust an external service, you could write an app that only creates the Check (or Payment) after a specific date.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Elliot
  • 6,086
  • 11
  • 45
  • 57