This commit is contained in:
2025-07-18 12:10:29 +00:00
parent 4ec2e46c4b
commit be09571604
14 changed files with 2628 additions and 281 deletions

View File

@@ -182,6 +182,14 @@ export class PaymentBuilder {
return this;
}
/**
* Set custom request ID (for idempotency)
*/
public customRequestId(requestId: string): this {
this.paymentData.request_reference_split_the_bill = requestId;
return this;
}
/**
* Allow bunq.to payments
*/