Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Aug 22, 2024
1 parent 3777ab1 commit 55d5399
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# These are supported funding model platforms

custom: https://tip.depay.com/6KFBECVsokSt0UKOAug8CI
custom: https://link.depay.com/6KFBECVsokSt0UKOAug8CI
8 changes: 4 additions & 4 deletions docs/payments/donations/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Just create a link and start receiving donations.

## Example

https://donate.depay.com/1Ylujunhrm59HyLFuv7WwZ
https://link.depay.com/1Ylujunhrm59HyLFuv7WwZ

### On Mobile

Expand Down Expand Up @@ -250,13 +250,13 @@ You can append get parameters to the generated payment link in order to inject p
This e.g. allows you to track individual users or sessions by id throughout the payment flow.

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
```

or multiple parameters

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
```

Those values will reappear in the [payment callback request](#callback-request) in the following way:
Expand Down Expand Up @@ -284,7 +284,7 @@ Redirect is `https://example.com?step=confirmation`

You add the following GET-parameter when sending users to the payment link:

`https://buy.depay.com/xxNdddVnbN02f0Enrav8?user=123`
`https://link.depay.com/xxNdddVnbN02f0Enrav8?user=123`

Users will be redirected after successful payment to the following URL:

Expand Down
10 changes: 5 additions & 5 deletions docs/payments/integrate/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Just create a link and send users to it.

## Example

https://buy.depay.com/201JapngwCukZzlvdZgR1K
https://link.depay.com/201JapngwCukZzlvdZgR1K

### On Mobile

Expand Down Expand Up @@ -298,7 +298,7 @@ Send your users to the link in order to perform payments as configured.

If you select to "Collect Data" during [link creation](#create-new-link) you can prefill all form fields with passing get parameters:

https://buy.depay.com/201JapngwCukZzlvdZgR1K?name=Max%20Musterman&country=CH
https://link.depay.com/201JapngwCukZzlvdZgR1K?name=Max%20Musterman&country=CH

`name`: The full name of the payment sender.

Expand All @@ -315,13 +315,13 @@ You can append get parameters to the generated payment link in order to inject p
This e.g. allows you to track individual users or sessions by id throughout the payment flow.

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
```

or multiple parameters

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
```

Those values will reappear in the [payment callback request](#callback-request) in the following way:
Expand Down Expand Up @@ -349,7 +349,7 @@ Redirect is `https://example.com?step=confirmation`

You add the following GET-parameter when sending users to the payment link:

`https://buy.depay.com/xxNdddVnbN02f0Enrav8?user=123`
`https://link.depay.com/xxNdddVnbN02f0Enrav8?user=123`

Users will be redirected after successful payment to the following URL:

Expand Down
8 changes: 4 additions & 4 deletions docs/payments/tips/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Just create a link and start receiving tips.

## Example

https://tip.depay.com/6KFBECVsokSt0UKOAug8CI
https://link.depay.com/6KFBECVsokSt0UKOAug8CI

### On Mobile

Expand Down Expand Up @@ -244,13 +244,13 @@ You can append get parameters to the generated payment link in order to inject p
This e.g. allows you to track individual users or sessions by id throughout the payment flow.

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567
```

or multiple parameters

```
https://tip.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
https://link.depay.com/6KFBECVsokSt0UKOAug8CI?payload[user_id]=1234567&payload[session_id]=89
```

Those values will reappear in the [payment callback request](#callback-request) in the following way:
Expand Down Expand Up @@ -278,7 +278,7 @@ Redirect is `https://example.com?step=confirmation`

You add the following GET-parameter when sending users to the payment link:

`https://buy.depay.com/xxNdddVnbN02f0Enrav8?user=123`
`https://link.depay.com/xxNdddVnbN02f0Enrav8?user=123`

Users will be redirected after successful payment to the following URL:

Expand Down

0 comments on commit 55d5399

Please sign in to comment.