mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add receipt requirement to WU trade process
This commit is contained in:
parent
11a3843631
commit
1a3bdf0f71
1 changed files with 12 additions and 7 deletions
|
@ -476,7 +476,8 @@ portfolio.pending.step2_buyer.altcoin=Please transfer from your external {0} wal
|
|||
portfolio.pending.step2_buyer.cash=Please go to a bank and pay {0} to the BTC seller.\n\n
|
||||
portfolio.pending.step2_buyer.cash.extra=IMPORTANT REQUIREMENT:\nAfter you have done the payment write on the paper receipt: NO REFUNDS.\nThen tear it in 2 parts, make a photo and send it to the BTC seller's email address.
|
||||
portfolio.pending.step2_buyer.westernUnion=Please pay {0} to the BTC seller by using Western Union.\n\n
|
||||
portfolio.pending.step2_buyer.westernUnion.extra=IMPORTANT REQUIREMENT:\nAfter you have done the payment send the MTCN (tracking number) to the seller by email. The seller''s email is: {0}.
|
||||
portfolio.pending.step2_buyer.westernUnion.extra=IMPORTANT REQUIREMENT:\nAfter you have done the payment send the MTCN (tracking number) and a photo of the receipt by email to the BTC seller.\n\
|
||||
The receipt must clearly show the seller's full name, city, country and the amount. The seller''s email is: {0}.
|
||||
|
||||
# suppress inspection "TrailingSpacesInProperty"
|
||||
portfolio.pending.step2_buyer.postal=Please send {0} by \"US Postal Money Order\" to the BTC seller.\n\n
|
||||
|
@ -492,9 +493,10 @@ portfolio.pending.step2_buyer.paperReceipt.headline=Did you sent the paper recei
|
|||
portfolio.pending.step2_buyer.paperReceipt.msg=Remember:\n\
|
||||
You need to write on the paper receipt: NO REFUNDS.\n\
|
||||
Then tear it in 2 parts, make a photo and send it to the BTC seller's email address.
|
||||
portfolio.pending.step2_buyer.westernUnionMTCNInfo.headline=Send tracking number
|
||||
portfolio.pending.step2_buyer.westernUnionMTCNInfo.msg=You need to send the MTCN (tracking number) to the BTC seller by email. The seller''s email is: {0}.\n\n\
|
||||
Did you sent the MTCN already to the seller?
|
||||
portfolio.pending.step2_buyer.westernUnionMTCNInfo.headline=Send MTCN and receipt
|
||||
portfolio.pending.step2_buyer.westernUnionMTCNInfo.msg=You need to send the MTCN (tracking number) and a photo of the receipt by email to the BTC seller.\n\
|
||||
The receipt must clearly show the seller's full name, city, country and the amount. The seller''s email is: {0}.\n\n\
|
||||
Did you sent the MTCN and contract to the seller?
|
||||
|
||||
portfolio.pending.step2_buyer.confirmStart.headline=Confirm that you have started the payment
|
||||
portfolio.pending.step2_buyer.confirmStart.msg=Did you initiate the {0} payment to your trading partner?
|
||||
|
@ -525,8 +527,10 @@ The trade ID (\"reason for payment\" text) of the transaction is: \"{2}\"
|
|||
portfolio.pending.step3_seller.cash=\n\nBecause the payment is done via Cash Deposit the BTC buyer has to write \"NO REFUND\" on the paper receipt, tear it in 2 parts and send you a photo by email.\n\n\
|
||||
To avoid chargeback risk, only confirm if you received the email and if you are sure the paper receipt is valid.\n\
|
||||
If you are not sure, {0}
|
||||
portfolio.pending.step3_seller.westernUnion=The buyer has to sent you the MTCN (tracking number) by email. Please check your email if you received the MTCN.\n\n\
|
||||
After closing that popup you will see the BTC buyer's name and address for picking up the money from Western Union.
|
||||
portfolio.pending.step3_seller.westernUnion=The buyer has to sent you the MTCN (tracking number) and a photo of the receipt by email.\n\
|
||||
The receipt must clearly show your full name, city, country and the amount. Please check your email if you received the MTCN.\n\n\
|
||||
After closing that popup you will see the BTC buyer's name and address for picking up the money from Western Union.\n\n\
|
||||
Only confirm receipt after you have successfully picked up the money!
|
||||
|
||||
portfolio.pending.step3_seller.bankCheck=\n\nPlease also verify that the sender's name in your bank statement matches that one from the trade contract:\nSender's name: {0}\n\n\
|
||||
If the name is not the same as the one displayed here, {1}
|
||||
|
@ -1627,7 +1631,8 @@ If you have not fulfilled the above requirements you will lose your security dep
|
|||
to get in contact with the {1} buyer by using the provided email address or mobile number to verify that he or she \
|
||||
is really the owner of the Zelle (ClearXchange) account.
|
||||
|
||||
payment.westernUnion.info=When using Western Union the BTC buyer has to send the MTCN (tracking number) by email to the BTC seller after the money is sent. You will get instructed in the trade process.
|
||||
payment.westernUnion.info=When using Western Union the BTC buyer has to send the MTCN (tracking number) and a photo of the receipt by email to the BTC seller. \
|
||||
The receipt must clearly show the seller's full name, city, country and the amount. The buyer will get displayed the seller's email in the trade process.
|
||||
|
||||
# We use constants from the code so we do not use our normal naming convention
|
||||
# dynamic values are not recognized by IntelliJ
|
||||
|
|
Loading…
Add table
Reference in a new issue