В тесте (песочница) Paypal я успешно получаю FollowStatus и мой заказ, и я вошел в SandboxPayapl и зафиксировал сумму и статус изменен на Завершено, Это правильный путь? Я получил Ack - Успех
<TransactionType xsi:type="ebl:PaymentTransactionCodeType">express-checkout</TransactionType>
<PaymentType xsi:type="ebl:PaymentCodeType">instant</PaymentType>
<PaymentDate xsi:type="xs:dateTime">2018-10-29T06:42:56Z</PaymentDate>
<GrossAmount xsi:type="cc:BasicAmountType" currencyID="USD">8.99</GrossAmount>
<TaxAmount xsi:type="cc:BasicAmountType" currencyID="USD">0.00</TaxAmount>
<ExchangeRate xsi:type="xs:string"></ExchangeRate>
<PaymentStatus xsi:type="ebl:PaymentStatusCodeType">Pending</PaymentStatus>
<PendingReason xsi:type="ebl:PendingStatusCodeType">authorization</PendingReason>
<ReasonCode xsi:type="ebl:ReversalReasonCodeType">none</ReasonCode>
<ProtectionEligibility xsi:type="xs:string">Eligible</ProtectionEligibility>
<ProtectionEligibilityType xsi:type="xs:string">ItemNotReceivedEligible,UnauthorizedPaymentEligible</ProtectionEligibilityType>